aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes
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/quickshapes
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/quickshapes')
-rw-r--r--src/quickshapes/qquickshape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickshapes/qquickshape.cpp b/src/quickshapes/qquickshape.cpp
index 3fa4a74a01..4600e3ead7 100644
--- a/src/quickshapes/qquickshape.cpp
+++ b/src/quickshapes/qquickshape.cpp
@@ -714,7 +714,7 @@ QQuickShape::RendererType QQuickShape::rendererType() const
set this property to \c true.
When enabled, making a Shape visible will not wait for the content to
- become available. Instead, the gui/main thread is not blocked and the
+ become available. Instead, the GUI/main thread is not blocked and the
results of the path rendering are shown only when all the asynchronous
work has been finished.