diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-12-31 23:49:39 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-12-31 23:49:39 +0100 |
| commit | f47375eecb8389b8b3812a006c2ac627c761cff2 (patch) | |
| tree | da077854a26ef45bcfcc70df03215b127e7d67fe /src/client/QXmppOutgoingClient.cpp | |
| parent | bf078ff6342b052e36995defcf641edea6bb2b8c (diff) | |
| download | qxmpp-f47375eecb8389b8b3812a006c2ac627c761cff2.tar.gz | |
Fix documentation warnings (renamed functions)
Diffstat (limited to 'src/client/QXmppOutgoingClient.cpp')
| -rw-r--r-- | src/client/QXmppOutgoingClient.cpp | 8 |
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) |
