summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/diagramscene.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-25 13:57:33 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-26 20:40:45 +0000
commit362b020ec91a31ea0d550f5e63663ad7f2b636a9 (patch)
tree1399aa4c677afba8ed204710bca5847592fa43de /examples/widgets/doc/src/diagramscene.qdoc
parente8ef871e3522f340b4efe32382af7e35ef908665 (diff)
Rename Application Example
Prefix it with "Qt Widgets -" to make it a bit clearer in the list of highlighted examples which module this one is about. Change-Id: I0bf65b02db72173f1adfe0bcf8657be7905dbd6c Reviewed-by: Tuukka Turunen <tuukka.turunen@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 6cb36d825d365988ea7a601218bdd3a329290469) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/widgets/doc/src/diagramscene.qdoc')
-rw-r--r--examples/widgets/doc/src/diagramscene.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/diagramscene.qdoc b/examples/widgets/doc/src/diagramscene.qdoc
index 1a94d53162..6a38ebd2c5 100644
--- a/examples/widgets/doc/src/diagramscene.qdoc
+++ b/examples/widgets/doc/src/diagramscene.qdoc
@@ -145,7 +145,7 @@
We show an example of the creation of an action. The
functionality the actions trigger is discussed in the slots we
- connect the actions to. You can see the \l{Application
+ connect the actions to. You can see the \l{Qt Widgets - Application
Example}{application example} if you need a high-level
introduction to actions.