aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-19 12:26:26 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-19 12:26:26 +0000
commit70a35fed9e116f10d6e4be48371faf58380a3175 (patch)
tree981ff47a3132c37369e70d2f3130a29402b7f227 /src
parent7f47075c5c2be994f62dd7cd39d57548eba8e79d (diff)
downloadqxmpp-70a35fed9e116f10d6e4be48371faf58380a3175.tar.gz
document signals
Diffstat (limited to 'src')
-rw-r--r--src/QXmppArchiveManager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/QXmppArchiveManager.h b/src/QXmppArchiveManager.h
index 37317b8d..a3b62c1b 100644
--- a/src/QXmppArchiveManager.h
+++ b/src/QXmppArchiveManager.h
@@ -51,7 +51,12 @@ public:
void retrieveCollection(const QString &jid, const QDateTime &start, int max = 0);
signals:
+ /// This signal is emmitted when archive list is received
+ /// after calling listCollections()
void archiveListReceived(const QList<QXmppArchiveChat>&);
+
+ /// This signal is emmitted when archive chat is received
+ /// after calling retrieveCollection()
void archiveChatReceived(const QXmppArchiveChat&);
private slots: