diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-07 09:28:22 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-07 09:28:22 +0000 |
| commit | 2e28d735032880dfeb3f9221cb070b0fbfd7c30c (patch) | |
| tree | f4f31afa025792ca33aeaef35b7ea4aaea1d06b5 /src/QXmppVCardIq.h | |
| parent | b4f4b09913489476c35acd26576b8f198f6a1751 (diff) | |
| download | qxmpp-2e28d735032880dfeb3f9221cb070b0fbfd7c30c.tar.gz | |
remove dependency on QtGui (Closes: #66)
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 |
