aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.cpp
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-12-31 23:49:39 +0100
committerLinus Jahn <lnj@kaidan.im>2022-12-31 23:49:39 +0100
commitf47375eecb8389b8b3812a006c2ac627c761cff2 (patch)
treeda077854a26ef45bcfcc70df03215b127e7d67fe /src/client/QXmppOutgoingClient.cpp
parentbf078ff6342b052e36995defcf641edea6bb2b8c (diff)
downloadqxmpp-f47375eecb8389b8b3812a006c2ac627c761cff2.tar.gz
Fix documentation warnings (renamed functions)
Diffstat (limited to 'src/client/QXmppOutgoingClient.cpp')
-rw-r--r--src/client/QXmppOutgoingClient.cpp8
1 files changed, 8 insertions, 0 deletions
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<QXmppStream::IqResult> QXmppOutgoingClient::sendIq(QXmppIq &&iq)
{
// always set a to address (the QXmppStream needs this for matching)