From 4cb679d8885e064b45873a521fb8f09f22c02146 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Mon, 15 Sep 2014 16:18:58 -0400 Subject: [PATCH] Fix doc typo with Q_FORWARD_DECLARE_MUTABLE_CF_TYPE. Change-Id: I2e6b00513be87640dc20831aab4e972716445e63 Reviewed-by: Richard J. Moore --- src/corelib/global/qglobal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index a0c943df62..6571c39385 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -4237,7 +4237,7 @@ bool QInternal::activateCallbacks(Callback cb, void **parameters) \relates 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. */