diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-15 15:28:16 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-15 15:28:16 +0000 |
| commit | c8a91ae73da178bdb9fdb235b7f09e9d49724caa (patch) | |
| tree | 8e716b9e5b2d8d9b49ab1f4c0f48fe1908214d28 | |
| parent | a2475a40b4f8fcc6b8689cb736b016000fe50160 (diff) | |
| download | qxmpp-c8a91ae73da178bdb9fdb235b7f09e9d49724caa.tar.gz | |
rework discovery Iq serialization
| -rw-r--r-- | source/QXmppDiscoveryIq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/QXmppDiscoveryIq.h b/source/QXmppDiscoveryIq.h index 302bcac9..f4355670 100644 --- a/source/QXmppDiscoveryIq.h +++ b/source/QXmppDiscoveryIq.h @@ -37,15 +37,11 @@ public: ItemsQuery, }; - void toXmlElementFromChild(QXmlStreamWriter *writer) const; void parse( QDomElement &element ); static bool isDiscoveryIq( QDomElement &element ); enum QueryType getQueryType() const; void setQueryType(enum QueryType type); - -private: - enum QueryType m_queryType; }; #endif |
