From: Mitch Curtis Date: Mon, 23 Jul 2012 14:31:30 +0000 (+0200) Subject: Fix q_check_ptr typo in QtGlobal documentation. X-Git-Tag: v5.0.0-beta1~653 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=300e15f68826a975b28fa3dca34d691155cc70e1;p=profile%2Fivi%2Fqtbase.git Fix q_check_ptr typo in QtGlobal documentation. Task-number: QTBUG-24093 Change-Id: Ia6b4ef49e07910ceddd826b3b7cc81ca41f33d01 Reviewed-by: Jerome Pasion --- diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index ada95fc..087e33b 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -1871,7 +1871,7 @@ const QSysInfo::WinVersion QSysInfo::WindowsVersion = QSysInfo::windowsVersion() \fn T *q_check_ptr(T *pointer) \relates - 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. */