summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-01-30 16:55:16 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-02-01 15:14:07 +0100
commitee31b94607aabac8582a8c1198c96296cf0e4a5d (patch)
tree94a9fd70da2b5ce30183fd0db5ad534babd5ae80
parent225c8a869b6acf01158f676f82dedd77f4dd0321 (diff)
doc: fix spelling
Change-Id: I253931e846b8fbdfbfa50284ffde88c5792b608a Pick-to: 6.7 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
-rw-r--r--src/manager-lib/applicationmanager.cpp6
-rw-r--r--src/shared-main-lib/applicationmanagerwindow.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/manager-lib/applicationmanager.cpp b/src/manager-lib/applicationmanager.cpp
index 721dded3..9ed0a678 100644
--- a/src/manager-lib/applicationmanager.cpp
+++ b/src/manager-lib/applicationmanager.cpp
@@ -261,7 +261,7 @@ using namespace Qt::StringLiterals;
PackageManager. The model has already been update before this signal is sent out.
\note In addition to the normal "low-level" QAbstractListModel signals, the application manager
- will also emit these "high-level" signals for System-UIs that cannot work directly on the
+ will also emit these "high-level" signals for System UIs that cannot work directly on the
ApplicationManager model: applicationAdded, applicationAboutToBeRemoved and applicationChanged.
*/
@@ -272,7 +272,7 @@ using namespace Qt::StringLiterals;
PackageManager.
\note In addition to the normal "low-level" QAbstractListModel signals, the application manager
- will also emit these "high-level" signals for System-UIs that cannot work directly on the
+ will also emit these "high-level" signals for System UIs that cannot work directly on the
ApplicationManager model: applicationAdded, applicationAboutToBeRemoved and applicationChanged.
*/
@@ -284,7 +284,7 @@ using namespace Qt::StringLiterals;
be considered modified.
\note In addition to the normal "low-level" QAbstractListModel signals, the application manager
- will also emit these "high-level" signals for System-UIs that cannot work directly on the
+ will also emit these "high-level" signals for System UIs that cannot work directly on the
ApplicationManager model: applicationAdded, applicationAboutToBeRemoved and applicationChanged.
*/
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.
*/