diff options
Diffstat (limited to 'src/QXmppVCardIq.h')
| -rw-r--r-- | src/QXmppVCardIq.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/QXmppVCardIq.h b/src/QXmppVCardIq.h index cdb5d8b7..b56ef54a 100644 --- a/src/QXmppVCardIq.h +++ b/src/QXmppVCardIq.h @@ -79,21 +79,10 @@ public: static bool isVCard(const QDomElement &element); - /// \cond -// deprecated in release 0.3.0, as it drags in a dependency -// on QtGui, whilst the rest of QXmpp does not require QtGui -#ifndef QXMPP_NO_GUI - QImage Q_DECL_DEPRECATED photoAsImage() const; - void Q_DECL_DEPRECATED setPhoto(const QImage&); -#endif - // 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; -#ifndef QXMPP_NO_GUI - QImage Q_DECL_DEPRECATED getPhotoAsImage() const; -#endif const QByteArray Q_DECL_DEPRECATED & getPhoto() const; /// \endcond |
