aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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: