Fix doc typo with Q_FORWARD_DECLARE_MUTABLE_CF_TYPE.

Change-Id: I2e6b00513be87640dc20831aab4e972716445e63
Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
Jake Petroules 2014-09-15 16:18:58 -04:00
parent 0c307f45fd
commit 4cb679d888

View File

@ -4237,7 +4237,7 @@ bool QInternal::activateCallbacks(Callback cb, void **parameters)
\relates <QtGlobal>
Forward-declares a mutable Core Foundation \a type. This includes the actual
type and the ref type. For example, Q_FORWARD_DECLARE_CF_TYPE(CFString)
type and the ref type. For example, Q_FORWARD_DECLARE_MUTABLE_CF_TYPE(CFMutableString)
declares __CFMutableString and CFMutableStringRef.
*/