aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppDiscoveryIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppDiscoveryIq.h')
-rw-r--r--source/QXmppDiscoveryIq.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/QXmppDiscoveryIq.h b/source/QXmppDiscoveryIq.h
index fb8d5a39..76eabca1 100644
--- a/source/QXmppDiscoveryIq.h
+++ b/source/QXmppDiscoveryIq.h
@@ -37,16 +37,16 @@ public:
ItemsQuery,
};
- void toXmlElementFromChild(QXmlStreamWriter *writer) const;
- void parse( QDomElement &element );
- static bool isDiscoveryIq( QDomElement &element );
-
QXmppElementList queryItems() const;
void setQueryItems(const QXmppElementList &items);
enum QueryType queryType() const;
void setQueryType(enum QueryType type);
+ static bool isDiscoveryIq(const QDomElement &element);
+ void parse(const QDomElement &element);
+ void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+
private:
QXmppElementList m_queryItems;
enum QueryType m_queryType;