aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2020-08-29 19:09:31 +0800
committerSze Howe Koh <szehowe.koh@gmail.com>2020-08-30 09:59:51 +0800
commitfd105380eb4f43c08578b6fe5ce3e5c6dd4b35d6 (patch)
tree649a43f6bc74f95a7bf816ec800a622f9c61319c /src/quickwidgets
parent024ec9c564abfbe9aadd2193deeaa0d37464119a (diff)
Doc: Capitalize "GUI" correctly
Pick-to: 5.15 Change-Id: I2230e2dcb7bc2497b5dbe71a22c21d84176b5e57 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to 'src/quickwidgets')
-rw-r--r--src/quickwidgets/qquickwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickwidgets/qquickwidget.cpp b/src/quickwidgets/qquickwidget.cpp
index e7a9095f4f..572e436cc5 100644
--- a/src/quickwidgets/qquickwidget.cpp
+++ b/src/quickwidgets/qquickwidget.cpp
@@ -734,7 +734,7 @@ QQmlContext* QQuickWidget::rootContext() const
connected to the signal, the behavior will be different: Quick will print
the \a message, or show a message box, and terminate the application.
- This signal will be emitted from the gui thread.
+ This signal will be emitted from the GUI thread.
\sa QQuickWindow::sceneGraphError()
*/