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:
parent
0c307f45fd
commit
4cb679d888
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user