summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/minidesk
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-12-06 13:37:12 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2018-12-06 13:31:33 +0000
commitadb57812ee1cf89f3311f8a27ef97abf5d424bde (patch)
treead4f7c2c6c37d9328ce963485f347f5d2c78dae1 /examples/applicationmanager/minidesk
parentb6e6fc7122a42add3a42b214839bf6066d827040 (diff)
Fix qdoc warnings
Change-Id: I74c89b216fad970ab0366e53e36bd885540adf4d Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
Diffstat (limited to 'examples/applicationmanager/minidesk')
-rw-r--r--examples/applicationmanager/minidesk/doc/src/minidesk.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/applicationmanager/minidesk/doc/src/minidesk.qdoc b/examples/applicationmanager/minidesk/doc/src/minidesk.qdoc
index 89b47030..2a0a0be3 100644
--- a/examples/applicationmanager/minidesk/doc/src/minidesk.qdoc
+++ b/examples/applicationmanager/minidesk/doc/src/minidesk.qdoc
@@ -30,7 +30,7 @@
\example applicationmanager/minidesk
\title Desktop System-UI Example
\image minidesk.png Screenshot
-\brief Minimal Desktop System-UI in pure QML
+\brief Minimal Desktop System-UI in pure QML.
\ingroup applicationmanager-examples
\section1 Introduction
@@ -90,7 +90,7 @@ path/to/bin/appman -c am-config.yaml -r --start-session-dbus
The \l{QtApplicationManager.SystemUI} module has to be imported to be able to access the application-manager
APIs. The System-UI window has a fixed size and linen background color. Instead of a \l{Rectangle},
the root element could as well be a \l{Window}. On top of the background the
-\l{minidesk/system-ui/Readme.qml}{Readme} element is shown that displays a usage how-to. At the
+\l{applicationmanager/minidesk/system-ui/Readme.qml}{Readme} element is shown that displays a usage how-to. At the
bottom left there is a textual indication for whether the application-manager runs in single- or
multi-process mode.
@@ -161,7 +161,7 @@ App1 instantiates another \l{ApplicationManagerWindow} for the pop-up within its
The \l{ApplicationManagerWindow::setWindowProperty}{ApplicationManagerWindow.setWindowProperty()}
method is used to set a freely selectable shared property. Here we chose \c{type: "pop-up"} to
indicate that the window is supposed to be shown as a pop-up. In the
-\l{WindowManager::onWindowAdded()}{WindowManager.onWindowAdded()} handler below the System-UI
+WindowManager::onWindowAdded() handler below the System-UI
checks this property and handles the window appropriately as a pop-up.
A pop-up window will be set as the content window of the \c popUpContainer WindowItem in the