Doc: fix documentation warning for QByteArray::fromCFData
\brief tags are not used for member function documentation. Explicitly set the prototype for qdoc instead, it doesn't seem to know what to do with the definition in an ObjectiveC file and produces link warnings. Change-Id: I89252e7b84586e987ed6d950d90142e916d8f1df Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 03efe9a21bb7a879ae51e3ad007dd2cdb8c6d981) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit cb8a6a5ea90edef666cd769c233f937147fbb436)
This commit is contained in:
parent
52b46a7c46
commit
3a8ac066e8
@ -26,7 +26,9 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\brief Constructs a new QByteArray containing a copy of the CFData \a data.
|
||||
\fn QByteArray QByteArray::fromCFData(CFDataRef data)
|
||||
|
||||
Constructs a new QByteArray containing a copy of the CFData \a data.
|
||||
|
||||
\since 5.3
|
||||
\ingroup platform-type-conversions
|
||||
|
Loading…
x
Reference in New Issue
Block a user