diff options
Diffstat (limited to 'source/QXmppStanza.h')
| -rw-r--r-- | source/QXmppStanza.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/QXmppStanza.h b/source/QXmppStanza.h index 05ccf024..591f1741 100644 --- a/source/QXmppStanza.h +++ b/source/QXmppStanza.h @@ -117,6 +117,9 @@ public: void setExtension(const QXmppElement &element); bool isErrorStanza(); + // FIXME : make this method protected + static QXmppStanza::Error parseError(const QDomElement&); + private: static uint s_uniqeIdNo; QString m_to; |
