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:
Mitch Curtis 2012-07-23 16:31:30 +02:00 committed by Qt by Nokia
parent d499d04a17
commit 300e15f688

View File

@ -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.
*/