From 9c08abcff13bb568aa0825b67ac0cdf66b756798 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sun, 18 Jul 2010 12:06:08 +0000 Subject: improve code documentation --- source/QXmppVCard.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/QXmppVCard.h') diff --git a/source/QXmppVCard.h b/source/QXmppVCard.h index ad259854..db1da9e5 100644 --- a/source/QXmppVCard.h +++ b/source/QXmppVCard.h @@ -56,13 +56,13 @@ public: QImage photoAsImage() const; const QByteArray& photo() const; -// deprecated accessors, use the form without "get" instead -// obsolete start + // deprecated accessors, use the form without "get" instead + /// \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; -// obsolete end + /// \endcond protected: void parseElementFromChild(const QDomElement&); -- cgit v1.2.3