From 23826cb457c0d267e56e1bef704d8d433c7bf630 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 21 Mar 2011 16:17:21 +0000 Subject: QXmppStanza: remove deprecated getters --- src/QXmppStanza.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/QXmppStanza.h') diff --git a/src/QXmppStanza.h b/src/QXmppStanza.h index 35961d3b..aa2285f4 100644 --- a/src/QXmppStanza.h +++ b/src/QXmppStanza.h @@ -104,13 +104,6 @@ public: /// \cond void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; - - // deprecated in release 0.2.0 - // deprecated accessors, use the form without "get" instead - int Q_DECL_DEPRECATED getCode() const; - QString Q_DECL_DEPRECATED getText() const; - Condition Q_DECL_DEPRECATED getCondition() const; - Type Q_DECL_DEPRECATED getType() const; /// \endcond private: @@ -151,14 +144,6 @@ public: // FIXME : why is this needed? bool isErrorStanza(); - // deprecated in release 0.2.0 - // deprecated accessors, use the form without "get" instead - QString Q_DECL_DEPRECATED getTo() const; - QString Q_DECL_DEPRECATED getFrom() const; - QString Q_DECL_DEPRECATED getId() const; - QString Q_DECL_DEPRECATED getLang() const; - QXmppStanza::Error Q_DECL_DEPRECATED getError() const; - protected: void generateAndSetNextId(); void parse(const QDomElement &element); -- cgit v1.2.3