aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-02-15 15:28:16 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-02-15 15:28:16 +0000
commitc8a91ae73da178bdb9fdb235b7f09e9d49724caa (patch)
tree8e716b9e5b2d8d9b49ab1f4c0f48fe1908214d28 /source
parenta2475a40b4f8fcc6b8689cb736b016000fe50160 (diff)
downloadqxmpp-c8a91ae73da178bdb9fdb235b7f09e9d49724caa.tar.gz
rework discovery Iq serialization
Diffstat (limited to 'source')
-rw-r--r--source/QXmppDiscoveryIq.h4
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