From 923be3f78ca1b2fc4be8bd4b2ac80b4f1b4df152 Mon Sep 17 00:00:00 2001 From: Andre Somers Date: Fri, 19 Feb 2016 07:36:00 +0100 Subject: [PATCH] Fix small textual error in documentation for QFlags::setFlag Change-Id: I075932cfb9fdd38fb8d54da19e7d72b8cdec49f3 Reviewed-by: Martin Smith Reviewed-by: Mitch Curtis --- src/corelib/global/qglobal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ /*!