From f47375eecb8389b8b3812a006c2ac627c761cff2 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 31 Dec 2022 23:49:39 +0100 Subject: Fix documentation warnings (renamed functions) --- src/client/QXmppOutgoingClient.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/client/QXmppOutgoingClient.cpp') diff --git a/src/client/QXmppOutgoingClient.cpp b/src/client/QXmppOutgoingClient.cpp index 9a8e51b8..7a774f51 100644 --- a/src/client/QXmppOutgoingClient.cpp +++ b/src/client/QXmppOutgoingClient.cpp @@ -317,6 +317,14 @@ bool QXmppOutgoingClient::isStreamResumed() const return d->streamResumed; } +/// +/// Sends an IQ and reports the response asynchronously. +/// +/// It makes sure that the to address is set so the stream can correctly check the reponse's +/// sender. +/// +/// \since QXmpp 1.5 +/// QFuture QXmppOutgoingClient::sendIq(QXmppIq &&iq) { // always set a to address (the QXmppStream needs this for matching) -- cgit v1.2.3