summaryrefslogtreecommitdiffstats
path: root/src/controls/StackView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/StackView.qml')
-rw-r--r--src/controls/StackView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml
index 3c8b4e250..aa3596f36 100644
--- a/src/controls/StackView.qml
+++ b/src/controls/StackView.qml
@@ -58,7 +58,7 @@ import QtQuick.Controls.Private 1.0
as the user navigates deeper into the material, and popped off again when he
chooses to go back.
- The \l{Qt Quick Controls - Touch Gallery}{touch gallery} example is a good
+ The \l{Qt Quick Controls 1 - Touch Gallery}{touch gallery} example is a good
starting point to understand how StackView works. The following snippet
from the example shows how it can be used: