summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/hello-world/doc/src/hello-world.qdoc
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-10-29 11:24:03 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2018-10-30 15:42:11 +0000
commitdfd64f27cce25bb9cf157b34c33154d148a3a2d2 (patch)
tree94cafe44a6767db722e2d3f9080ffebaf04f3631 /examples/applicationmanager/hello-world/doc/src/hello-world.qdoc
parentdf8a443b0eeaf72d2c9f1a2b5168826bb30fc3b8 (diff)
Split the QtApplicationManager qml module
Into QtApplicationManager, QtApplicationManager.SystemUI and QtApplicationManager.Application Task-number: AUTOSUITE-671 Change-Id: I09eb914e026e230280c426dd00884f2883b5e7bd Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/hello-world/doc/src/hello-world.qdoc')
-rw-r--r--examples/applicationmanager/hello-world/doc/src/hello-world.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/applicationmanager/hello-world/doc/src/hello-world.qdoc b/examples/applicationmanager/hello-world/doc/src/hello-world.qdoc
index f3fc79f0..b07b4aab 100644
--- a/examples/applicationmanager/hello-world/doc/src/hello-world.qdoc
+++ b/examples/applicationmanager/hello-world/doc/src/hello-world.qdoc
@@ -100,7 +100,7 @@ For information on these and other command line options you can run \tt{appman -
\section1 System-UI implementation
Our Hello World System-UI code starts like any simple QML application, with some imports and a plain
-Item at the root. The only difference is that it also imports the \c QtApplicationManager module,
+Item at the root. The only difference is that it also imports the \c QtApplicationManager.SystemUI module,
besides \c QtQuick.
\quotefromfile applicationmanager/hello-world/system-ui.qml
@@ -139,7 +139,7 @@ Our Hello World applications just display a "Hello World!" text against a colore
\printuntil /^\}/
The only difference from a plain QML application is that the root element is an ApplicationManagerWindow,
-provided by the \c QtApplicationManager module.
+provided by the \c QtApplicationManager.Application module.
\section2 Application metadata