aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppOutgoingClient.h')
-rw-r--r--src/client/QXmppOutgoingClient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/QXmppOutgoingClient.h b/src/client/QXmppOutgoingClient.h
index 623fb7b3..abb044f3 100644
--- a/src/client/QXmppOutgoingClient.h
+++ b/src/client/QXmppOutgoingClient.h
@@ -74,7 +74,8 @@ Q_SIGNALS:
/// This signal is emitted when a message is received.
void messageReceived(const QXmppMessage &);
- /// This signal is emitted when an IQ is received.
+ /// This signal is emitted when an IQ response (type result or error) has
+ /// been received that was not handled by elementReceived().
void iqReceived(const QXmppIq &);
/// This signal is emitted when SSL errors are encountered.