From 782b7f3e1199d867d7262ae3e6cf08aea9ad0624 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 29 Jun 2010 13:39:11 +0000 Subject: cleanup & test more IQ handling --- source/QXmppIq.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/QXmppIq.cpp') 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() { -- cgit v1.2.3