Fix q_check_ptr typo in QtGlobal documentation.
Task-number: QTBUG-24093 Change-Id: Ia6b4ef49e07910ceddd826b3b7cc81ca41f33d01 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
This commit is contained in:
parent
d499d04a17
commit
300e15f688
@ -1871,7 +1871,7 @@ const QSysInfo::WinVersion QSysInfo::WindowsVersion = QSysInfo::windowsVersion()
|
||||
\fn T *q_check_ptr(T *pointer)
|
||||
\relates <QtGlobal>
|
||||
|
||||
Users Q_CHECK_PTR on \a pointer, then returns \a pointer.
|
||||
Uses Q_CHECK_PTR on \a pointer, then returns \a pointer.
|
||||
|
||||
This can be used as an inline version of Q_CHECK_PTR.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user