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:
Topi Reinio 2024-05-30 08:41:35 +00:00 committed by Mårten Nordheim
parent 76f82b8f13
commit 6ef3ca8781
2 changed files with 4 additions and 4 deletions

View File

@ -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()
*/
/*!

View File

@ -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)