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-31 09:23:09 +0800
commit0df4d8aa9ed849af00fb056dcc7af87ea1e90f20 (patch)
tree6a3e7a3cbaaa3de63f5679b6731d66e428e72c7f /src/quickwidgets
parentfce721c9224ad83898a2ddf8c4aa40b795dc6f77 (diff)
Doc: Capitalize "GUI" correctly
Change-Id: I2230e2dcb7bc2497b5dbe71a22c21d84176b5e57 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch> (cherry picked from commit fd105380eb4f43c08578b6fe5ce3e5c6dd4b35d6) Reviewed-by: Paul Wicking <paul.wicking@qt.io>
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 6273a140f6..99b55d1df5 100644
--- a/src/quickwidgets/qquickwidget.cpp
+++ b/src/quickwidgets/qquickwidget.cpp
@@ -690,7 +690,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()
*/