aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStanza.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-03-04 08:49:51 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-03-04 08:49:51 +0000
commitc2a7a03e30d1d99e57172c94c106fdc842dfbf25 (patch)
tree0cfc9cdf4ca731fb5f38ef4b9d68c3227aa04ec3 /source/QXmppStanza.h
parentbb95ebd0e305071ccea30e356844042402bcd76b (diff)
downloadqxmpp-c2a7a03e30d1d99e57172c94c106fdc842dfbf25.tar.gz
error parsing is handled at IQ level
Diffstat (limited to 'source/QXmppStanza.h')
-rw-r--r--source/QXmppStanza.h4
1 files changed, 1 insertions, 3 deletions
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;