diff options
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 02564250..52139fe9 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -60,6 +60,7 @@ class QXmppRpcInvokeIq; class QXmppRemoteMethod; class QXmppIbbTransferManager; class QXmppRemoteMethodResult; +class QXmppArchiveManager; class QXmppClient : public QObject { @@ -111,6 +112,7 @@ public: const QXmppPresence& getClientPresence() const; QXmppVCardManager& getVCardManager(); QXmppIbbTransferManager* getIbbTransferManager() const; + QXmppArchiveManager& getArchiveManager(); signals: |
