Doc: Qt Network: Fix linking issues
src/network/kernel/qdnslookup.cpp:1300: (qdoc) warning: Can't link to 'certificateUsage()' src/network/kernel/qdnslookup.cpp:1388: (qdoc) warning: Can't link to 'matchingType()' src/network/socket/qlocalserver.cpp:273: (qdoc) warning: Can't link to 'pendingConnectionAvailable()' Change-Id: I8ba7e674de6aa548990099e24327f15168fde88e Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 6ef3ca87818f9beb9668e45b65ee8a23efd6e809) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
894c1d4a35
commit
f15e6d60e1
@ -1347,7 +1347,7 @@ QT_DEFINE_QSDP_SPECIALIZATION_DTOR(QDnsTlsAssociationRecordPrivate)
|
||||
standards. This enumeration can be used for those values even if no
|
||||
enumerator is provided.
|
||||
|
||||
\sa certificateUsage()
|
||||
\sa usage()
|
||||
*/
|
||||
|
||||
/*!
|
||||
@ -1415,7 +1415,7 @@ QT_DEFINE_QSDP_SPECIALIZATION_DTOR(QDnsTlsAssociationRecordPrivate)
|
||||
standards. This enumeration can be used for those values even if no
|
||||
enumerator is provided.
|
||||
|
||||
\sa matchingType()
|
||||
\sa matchType()
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@ -277,10 +277,10 @@ void QLocalServer::incomingConnection(quintptr socketDescriptor)
|
||||
\note Don't forget to call this member from reimplemented
|
||||
incomingConnection() if you do not want to break the
|
||||
Pending Connections mechanism. This function emits the
|
||||
pendingConnectionAvailable() signal after the socket has been
|
||||
newConnection() signal after the socket has been
|
||||
added.
|
||||
|
||||
\sa incomingConnection(), pendingConnectionAvailable()
|
||||
\sa incomingConnection(), newConnection()
|
||||
\since 6.8
|
||||
*/
|
||||
void QLocalServer::addPendingConnection(QLocalSocket *socket)
|
||||
|
Loading…
x
Reference in New Issue
Block a user