summaryrefslogtreecommitdiffstats
path: root/src/shared-main-lib/applicationmanagerwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared-main-lib/applicationmanagerwindow.cpp')
-rw-r--r--src/shared-main-lib/applicationmanagerwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared-main-lib/applicationmanagerwindow.cpp b/src/shared-main-lib/applicationmanagerwindow.cpp
index e5dbb233..2365b1b0 100644
--- a/src/shared-main-lib/applicationmanagerwindow.cpp
+++ b/src/shared-main-lib/applicationmanagerwindow.cpp
@@ -320,7 +320,7 @@ void ApplicationManagerWindow::showNormal()
\qmlsignal void ApplicationManagerWindow::frameSwapped()
This signal is forwarded from the underlying QQuickWindow object: either the corresponding
- QQuickWindow for this object in multi-process mode, or the System-UI's QQuickWindow in
+ QQuickWindow for this object in multi-process mode, or the System UI's QQuickWindow in
single-process mode.
\sa QQuickWindow::frameSwapped()
@@ -331,7 +331,7 @@ void ApplicationManagerWindow::showNormal()
This signal with its parameters \a error and \a message is forwarded from the underlying
QQuickWindow object: either the corresponding QQuickWindow for this object in multi-process
- mode, or the System-UI's QQuickWindow in single-process mode.
+ mode, or the System UI's QQuickWindow in single-process mode.
\sa QQuickWindow::sceneGraphError()
*/
@@ -340,7 +340,7 @@ void ApplicationManagerWindow::showNormal()
\qmlsignal void ApplicationManagerWindow::afterAnimating()
This signal is forwarded from the underlying QQuickWindow object: either the corresponding
- QQuickWindow for this object in multi-process mode, or the System-UI's QQuickWindow in
+ QQuickWindow for this object in multi-process mode, or the System UI's QQuickWindow in
single-process mode.
*/