aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 11:55:51 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 11:55:51 +0000
commitfd81b0d61e00f085bfb813959e24aa523ac143f9 (patch)
tree3e0fea4e97e47956ed1b880ef08833933e0154f9 /source/QXmppStream.h
parentcbae731d07f9240214304078075c237661c2c54b (diff)
downloadqxmpp-fd81b0d61e00f085bfb813959e24aa523ac143f9.tar.gz
move roster ownership to QXmppClient, so that a QXmppStream can be created without a roster manager
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index 79121812..60738a62 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -28,7 +28,6 @@
#include <QObject>
#include <QSslSocket>
#include "QXmppConfiguration.h"
-#include "QXmppRoster.h"
#include "QXmppStanza.h"
#include "QXmppVCardManager.h"
#include "QXmppArchiveManager.h"
@@ -130,7 +129,6 @@ private slots:
private:
QXmppClient* m_client; // reverse pointer
- QXmppRoster m_roster;
QString m_sessionId;
QString m_bindId;
QByteArray m_dataBuffer;