summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
diff options
context:
space:
mode:
authorAndre Somers <andre.somers@kdab.com>2016-02-19 07:36:00 +0100
committerAndre Somers <andre@familiesomers.nl>2016-02-21 09:09:33 +0000
commit923be3f78ca1b2fc4be8bd4b2ac80b4f1b4df152 (patch)
tree53b62e41f9acf9b26822baf7e3f2f15b8e17108f /src/corelib/global/qglobal.cpp
parent7ce90fe6fabc946335270552eab03486580df1e3 (diff)
Fix small textual error in documentation for QFlags::setFlag
Change-Id: I075932cfb9fdd38fb8d54da19e7d72b8cdec49f3 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
-rw-r--r--src/corelib/global/qglobal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index 3ea121fcc2..cbcc6d02a6 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -430,7 +430,7 @@ Q_STATIC_ASSERT_X(QT_POINTER_SIZE == sizeof(void *), "QT_POINTER_SIZE defined in
\since 5.7
Sets the indicated \a flag if \a on is \c true or unsets it if
- it if \a on is \c false. Returns a reference to this object.
+ \a on is \c false. Returns a reference to this object.
*/
/*!