From 2e28d735032880dfeb3f9221cb070b0fbfd7c30c Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 7 Dec 2010 09:28:22 +0000 Subject: remove dependency on QtGui (Closes: #66) --- src/QXmppVCardIq.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/QXmppVCardIq.h') 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 -- cgit v1.2.3