diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2011-06-12 09:28:23 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2011-06-12 09:28:23 +0000 |
| commit | 8e2b630055fbbbf2f5efdca0a205a74063239ef1 (patch) | |
| tree | 8c27991fecf626380a240a54e277e0091c922f38 /src | |
| parent | 482f8caa743fb952d6500ab20f73f91e42b034a3 (diff) | |
| download | qxmpp-8e2b630055fbbbf2f5efdca0a205a74063239ef1.tar.gz | |
removed old deprecated code
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppVCardIq.cpp | 15 | ||||
| -rw-r--r-- | src/QXmppVCardIq.h | 6 |
2 files changed, 0 insertions, 21 deletions
diff --git a/src/QXmppVCardIq.cpp b/src/QXmppVCardIq.cpp index 35fe74cb..82b4ed53 100644 --- a/src/QXmppVCardIq.cpp +++ b/src/QXmppVCardIq.cpp @@ -308,18 +308,3 @@ void QXmppVCardIq::toXmlElementFromChild(QXmlStreamWriter *writer) const writer->writeEndElement(); } -QString QXmppVCardIq::getFullName() const -{ - return m_fullName; -} - -QString QXmppVCardIq::getNickName() const -{ - return m_nickName; -} - -const QByteArray& QXmppVCardIq::getPhoto() const -{ - return m_photo; -} - diff --git a/src/QXmppVCardIq.h b/src/QXmppVCardIq.h index 0d25733f..1b00cfa6 100644 --- a/src/QXmppVCardIq.h +++ b/src/QXmppVCardIq.h @@ -79,12 +79,6 @@ public: /// \cond static bool isVCard(const QDomElement &element); - - // deprecated accessors, use the form without "get" instead - // deprecated in release 0.2.0 - QString Q_DECL_DEPRECATED getFullName() const; - QString Q_DECL_DEPRECATED getNickName() const; - const QByteArray Q_DECL_DEPRECATED & getPhoto() const; /// \endcond protected: |
