summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-24 16:30:55 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-24 15:38:58 +0000
commit4ed048dded34dbe2ce2842f0d40d9f54cd7571b0 (patch)
tree2d7f5984c4e93be5add9ee8cc460ced9583a8db0 /src
parent9a96eb00c4ef5c3025eb852e9bba6b51706db286 (diff)
qNonConstOverload(): Fix documentation typo.
Amends change 14b79ae2b3d81ed344e7ae7dd0a2159c9f9e33e9. Change-Id: I4e17965e877002be1fe3cad25001d5d164d1c128 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src')
-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 df0e6e876f..def7ecdeee 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -957,7 +957,7 @@ Q_STATIC_ASSERT_X(QT_POINTER_SIZE == sizeof(void *), "QT_POINTER_SIZE defined in
\relates <QtGlobal>
\since 5.7
- Returns the \a memberFunctionPointer pointer to a constant member function:
+ Returns the \a memberFunctionPointer pointer to a non-constant member function:
\snippet code/src_corelib_global_qglobal.cpp 54