diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-04 07:50:38 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-04 07:50:38 +0000 |
| commit | f3c8579fd664461f529d2fe4713093596ba9ff97 (patch) | |
| tree | 9e637d7fb763a4298a2cf6564c8ccb20e717574c /source/QXmppDiscoveryIq.h | |
| parent | cc55b18c8fc24dd2249d24748ef256e85033177b (diff) | |
| download | qxmpp-f3c8579fd664461f529d2fe4713093596ba9ff97.tar.gz | |
cleanup QXmppIq accessors
Diffstat (limited to 'source/QXmppDiscoveryIq.h')
| -rw-r--r-- | source/QXmppDiscoveryIq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppDiscoveryIq.h b/source/QXmppDiscoveryIq.h index 9173e01f..fb8d5a39 100644 --- a/source/QXmppDiscoveryIq.h +++ b/source/QXmppDiscoveryIq.h @@ -41,10 +41,10 @@ public: void parse( QDomElement &element ); static bool isDiscoveryIq( QDomElement &element ); - QXmppElementList getQueryItems() const; + QXmppElementList queryItems() const; void setQueryItems(const QXmppElementList &items); - enum QueryType getQueryType() const; + enum QueryType queryType() const; void setQueryType(enum QueryType type); private: |
