qNonConstOverload(): Fix documentation typo.
Amends change 14b79ae2b3.
Change-Id: I4e17965e877002be1fe3cad25001d5d164d1c128
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
bb10
parent
9a96eb00c4
commit
4ed048dded
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue