summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/launch-intents
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-10-19 13:26:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-21 14:03:03 +0000
commit3946f396055762819b1e3aaf4c766ff6bb9f9b4e (patch)
tree7486ac3f0f70b7c82db55130709eb2661d517b0e /examples/applicationmanager/launch-intents
parentf2a2a1120c3c87f9f21196267b0ea4a584f1dc89 (diff)
Doc: Adjust title of Hello Word example
An example title starting with punctuation makes the example appear as the first one in Qt Creator's Welcome mode; this is not desired for this example, so rename its title. Task-number: QTBUG-100139 Change-Id: Iff725a90e0f5c411c1d87d19c34453b69e78bb9c Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit a19a7db2326b02df3831b40406ec00d0e33f00d4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/applicationmanager/launch-intents')
-rw-r--r--examples/applicationmanager/launch-intents/doc/src/launch-intents.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/applicationmanager/launch-intents/doc/src/launch-intents.qdoc b/examples/applicationmanager/launch-intents/doc/src/launch-intents.qdoc
index 94ee25dd..52d75402 100644
--- a/examples/applicationmanager/launch-intents/doc/src/launch-intents.qdoc
+++ b/examples/applicationmanager/launch-intents/doc/src/launch-intents.qdoc
@@ -38,10 +38,10 @@
This example shows you how to use intents as a basis for a launcher in a System UI.
\b Prerequisites: You're already familiar with the concepts and topics introduced in the
- \l {"Hello World!" System UI Example}. This example uses the same folder structure and can be
+ \l {System UI Example: "Hello World!"}. This example uses the same folder structure and can be
started in the same way.
-Unlike the \l{"Hello World!" System UI Example}{Hello World} example, we are not using the
+Unlike the \l{System UI Example: "Hello World!"}{Hello World} example, we are not using the
ApplicationObject abstraction layer directly to launch appliations, but instead we are using
\c launch intents registered by the packages. This way we can have multiple icons in a launcher
that can start the same application, triggering different functionality within the application.