From c2a7a03e30d1d99e57172c94c106fdc842dfbf25 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 4 Mar 2010 08:49:51 +0000 Subject: error parsing is handled at IQ level --- source/QXmppStanza.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/QXmppStanza.h') diff --git a/source/QXmppStanza.h b/source/QXmppStanza.h index 60630a1c..38b5d1c6 100644 --- a/source/QXmppStanza.h +++ b/source/QXmppStanza.h @@ -125,9 +125,6 @@ public: // FIXME : why is this needed? bool isErrorStanza(); - // FIXME : make this method protected - static QXmppStanza::Error parseError(const QDomElement&); - // deprecated accessors, use the form without "get" instead QString Q_DECL_DEPRECATED getTo() const; QString Q_DECL_DEPRECATED getFrom() const; @@ -138,6 +135,7 @@ public: protected: void generateAndSetNextId(); void parse(const QDomElement &element); + static QXmppStanza::Error parseError(const QDomElement&); private: static uint s_uniqeIdNo; -- cgit v1.2.3