From e520b60cedad1ca852504aa01b1a39b2dac18119 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 31 Aug 2010 12:33:40 +0000 Subject: reverting the removal of deprecated functions --- src/QXmppVCard.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/QXmppVCard.h') diff --git a/src/QXmppVCard.h b/src/QXmppVCard.h index 133e027f..5f8b9d28 100644 --- a/src/QXmppVCard.h +++ b/src/QXmppVCard.h @@ -78,6 +78,15 @@ public: static bool isVCard(const QDomElement &element); +// deprecated accessors, use the form without "get" instead +// deprecated in release 0.2.0 + /// \cond + QString Q_DECL_DEPRECATED getFullName() const; + QString Q_DECL_DEPRECATED getNickName() const; + QImage Q_DECL_DEPRECATED getPhotoAsImage() const; + const QByteArray Q_DECL_DEPRECATED & getPhoto() const; + /// \endcond + protected: /// \cond void parseElementFromChild(const QDomElement&); -- cgit v1.2.3