aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2009-11-07 17:11:47 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2009-11-07 17:11:47 +0000
commit03e20487f4e22b7c78310f952ce918445a908dd1 (patch)
tree3fd881d268c103032c9c0aa867408986f070b0d5 /source/QXmppStream.h
parent5b41934246d2887e3c632415f1f221dfdd10846b (diff)
downloadqxmpp-03e20487f4e22b7c78310f952ce918445a908dd1.tar.gz
documentation and rosterReceived() SIGNAL implementation
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index 05d18f80..86a6bf62 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -80,6 +80,7 @@ signals:
void messageReceived(const QXmppMessage&);
void iqReceived(const QXmppIq&);
void rosterIqReceived(const QXmppRosterIq&);
+ void rosterRequestIqReceived(const QXmppRosterIq&);
void vCardIqReceived(const QXmppVCard&);
private slots: