aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppStanza.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-03-21 16:17:21 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-03-21 16:17:21 +0000
commit23826cb457c0d267e56e1bef704d8d433c7bf630 (patch)
tree89c00dc590ebb45c04c2ca88ab7e04740b540705 /src/QXmppStanza.h
parent443f97b38e03de655e54f09fe3415cb5f32f7787 (diff)
downloadqxmpp-23826cb457c0d267e56e1bef704d8d433c7bf630.tar.gz
QXmppStanza: remove deprecated getters
Diffstat (limited to 'src/QXmppStanza.h')
-rw-r--r--src/QXmppStanza.h15
1 files changed, 0 insertions, 15 deletions
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);