aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppIq.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-29 13:39:11 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-29 13:39:11 +0000
commit782b7f3e1199d867d7262ae3e6cf08aea9ad0624 (patch)
treebc17d571e833d752577d1e835d87224756d817e5 /source/QXmppIq.cpp
parent7bc846598f17eea663b265e682a016acdac6beca (diff)
downloadqxmpp-782b7f3e1199d867d7262ae3e6cf08aea9ad0624.tar.gz
cleanup & test more IQ handling
Diffstat (limited to 'source/QXmppIq.cpp')
-rw-r--r--source/QXmppIq.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/QXmppIq.cpp b/source/QXmppIq.cpp
index c367fcba..55d72748 100644
--- a/source/QXmppIq.cpp
+++ b/source/QXmppIq.cpp
@@ -34,13 +34,6 @@ QXmppIq::QXmppIq(QXmppIq::Type type)
generateAndSetNextId();
}
-QXmppIq::QXmppIq(const QString& type)
- : QXmppStanza()
-{
- generateAndSetNextId();
- setTypeFromStr(type);
-}
-
QXmppIq::~QXmppIq()
{