aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-02-22 19:06:59 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-02-22 19:06:59 +0000
commit8e78c35501a97635c1f374429d1e87350242c186 (patch)
treedde063299448ed321fa80157b6e85dd91aa624ea /source/QXmppIq.h
parent48209ff6f17233b995b4a1dc9879a4ef15757c81 (diff)
downloadqxmpp-8e78c35501a97635c1f374429d1e87350242c186.tar.gz
use QXmppStanza::getExtensions/setExtensions instead of QXmppIq::getItems/setItems
Diffstat (limited to 'source/QXmppIq.h')
-rw-r--r--source/QXmppIq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/QXmppIq.h b/source/QXmppIq.h
index 0205daea..b6a0a554 100644
--- a/source/QXmppIq.h
+++ b/source/QXmppIq.h
@@ -53,16 +53,12 @@ public:
void setType(QXmppIq::Type);
void setTypeFromStr(const QString& str);
- QXmppElementList getItems() const;
- void setItems(const QXmppElementList &items);
-
void parse( QDomElement &element );
void toXml( QXmlStreamWriter *writer ) const;
virtual void toXmlElementFromChild( QXmlStreamWriter *writer ) const;
private:
Type m_type;
- QXmppElementList m_items;
};
#endif // QXMPPIQ_H