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.cpp | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) (limited to 'src/QXmppStanza.cpp') diff --git a/src/QXmppStanza.cpp b/src/QXmppStanza.cpp index effe03c9..be6a6ee7 100644 --- a/src/QXmppStanza.cpp +++ b/src/QXmppStanza.cpp @@ -434,50 +434,3 @@ void QXmppStanza::parse(const QDomElement &element) m_error.parse(errorElement); } -// deprecated - -QString QXmppStanza::Error::getText() const -{ - return m_text; -} - -int QXmppStanza::Error::getCode() const -{ - return m_code; -} - -QXmppStanza::Error::Condition QXmppStanza::Error::getCondition() const -{ - return m_condition; -} - -QXmppStanza::Error::Type QXmppStanza::Error::getType() const -{ - return m_type; -} - -QString QXmppStanza::getTo() const -{ - return m_to; -} - -QString QXmppStanza::getFrom() const -{ - return m_from; -} - -QString QXmppStanza::getId() const -{ - return m_id; -} - -QString QXmppStanza::getLang() const -{ - return m_lang; -} - -QXmppStanza::Error QXmppStanza::getError() const -{ - return m_error; -} - -- cgit v1.2.3