diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-29 13:39:11 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-29 13:39:11 +0000 |
| commit | 782b7f3e1199d867d7262ae3e6cf08aea9ad0624 (patch) | |
| tree | bc17d571e833d752577d1e835d87224756d817e5 /source/QXmppSession.cpp | |
| parent | 7bc846598f17eea663b265e682a016acdac6beca (diff) | |
| download | qxmpp-782b7f3e1199d867d7262ae3e6cf08aea9ad0624.tar.gz | |
cleanup & test more IQ handling
Diffstat (limited to 'source/QXmppSession.cpp')
| -rw-r--r-- | source/QXmppSession.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/QXmppSession.cpp b/source/QXmppSession.cpp index f80bc9c8..1acf4ec7 100644 --- a/source/QXmppSession.cpp +++ b/source/QXmppSession.cpp @@ -29,12 +29,11 @@ #include "QXmppConstants.h" #include "QXmppUtils.h" -QXmppSession::QXmppSession(QXmppIq::Type type) - : QXmppIq(type) +QXmppSession::QXmppSession() { } -QXmppSession::QXmppSession(const QString& type) +QXmppSession::QXmppSession(QXmppIq::Type type) : QXmppIq(type) { } |
