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()' Pick-to: 6.8 Change-Id: I8ba7e674de6aa548990099e24327f15168fde88e Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
76f82b8f13
commit
6ef3ca8781
@ -1347,7 +1347,7 @@ QT_DEFINE_QSDP_SPECIALIZATION_DTOR(QDnsTlsAssociationRecordPrivate)
|
|||||||
standards. This enumeration can be used for those values even if no
|
standards. This enumeration can be used for those values even if no
|
||||||
enumerator is provided.
|
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
|
standards. This enumeration can be used for those values even if no
|
||||||
enumerator is provided.
|
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
|
\note Don't forget to call this member from reimplemented
|
||||||
incomingConnection() if you do not want to break the
|
incomingConnection() if you do not want to break the
|
||||||
Pending Connections mechanism. This function emits the
|
Pending Connections mechanism. This function emits the
|
||||||
pendingConnectionAvailable() signal after the socket has been
|
newConnection() signal after the socket has been
|
||||||
added.
|
added.
|
||||||
|
|
||||||
\sa incomingConnection(), pendingConnectionAvailable()
|
\sa incomingConnection(), newConnection()
|
||||||
\since 6.8
|
\since 6.8
|
||||||
*/
|
*/
|
||||||
void QLocalServer::addPendingConnection(QLocalSocket *socket)
|
void QLocalServer::addPendingConnection(QLocalSocket *socket)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user