aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRoster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppRoster.cpp')
-rw-r--r--source/QXmppRoster.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppRoster.cpp b/source/QXmppRoster.cpp
index f595fde6..ffeea2a8 100644
--- a/source/QXmppRoster.cpp
+++ b/source/QXmppRoster.cpp
@@ -29,8 +29,8 @@
#include "QXmppPresence.h"
#include "QXmppStream.h"
-QXmppRoster::QXmppRoster(QXmppStream* stream)
- : QObject(stream),
+QXmppRoster::QXmppRoster(QXmppStream* stream, QObject *parent)
+ : QObject(parent),
m_stream(stream),
m_isRosterReceived(false)
{