summaryrefslogtreecommitdiffstats
path: root/src/controls/StackView.qml
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-11-08 07:20:34 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-11-08 07:20:34 +0100
commit4342de8c20484035a5a2710752d75437a55f853d (patch)
tree6290d20c65b7e86137d7e5015ae326d0318aa52f /src/controls/StackView.qml
parent5624243ae5a59596948ace7e414c4311faac21ef (diff)
parent602f1225938f9338c3ee799c64d5449ebc12b8bc (diff)
Merge remote-tracking branch 'origin/5.12' into dev
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: