aboutsummaryrefslogtreecommitdiff
path: root/examples/example_7_archiveHandling/xmppClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_7_archiveHandling/xmppClient.h')
-rw-r--r--examples/example_7_archiveHandling/xmppClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example_7_archiveHandling/xmppClient.h b/examples/example_7_archiveHandling/xmppClient.h
index a672e98d..2ebb029e 100644
--- a/examples/example_7_archiveHandling/xmppClient.h
+++ b/examples/example_7_archiveHandling/xmppClient.h
@@ -28,6 +28,7 @@
#include "QXmppClient.h"
class QXmppArchiveChat;
+class QXmppArchiveManager;
class xmppClient : public QXmppClient
{
@@ -41,6 +42,9 @@ public slots:
void clientConnected();
void archiveListReceived(const QList<QXmppArchiveChat> &chats);
void archiveChatReceived(const QXmppArchiveChat &chat);
+
+private:
+ QXmppArchiveManager *archiveManager;
};
#endif // XMPPCLIENT_H