From c2ee0b903b9a937b19481caf090012eee719853a Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 9 Dec 2010 16:07:57 +0000 Subject: fix documentation for QXmppVCardIq --- src/QXmppVCardIq.cpp | 4 ++++ src/QXmppVCardIq.h | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/QXmppVCardIq.cpp b/src/QXmppVCardIq.cpp index 3fe12c00..22dd759e 100644 --- a/src/QXmppVCardIq.cpp +++ b/src/QXmppVCardIq.cpp @@ -48,6 +48,10 @@ QString getImageType(const QByteArray &contents) return "image/unknown"; } +/// Constructs a QXmppVCardIq for the specified recipient. +/// +/// \param jid + QXmppVCardIq::QXmppVCardIq(const QString& jid) : QXmppIq(QXmppIq::Get) { // for self jid should be empty diff --git a/src/QXmppVCardIq.h b/src/QXmppVCardIq.h index b56ef54a..b6f21fab 100644 --- a/src/QXmppVCardIq.h +++ b/src/QXmppVCardIq.h @@ -77,10 +77,11 @@ public: QString url() const; void setUrl(const QString&); + /// \cond static bool isVCard(const QDomElement &element); -// deprecated accessors, use the form without "get" instead -// deprecated in release 0.2.0 + // 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; const QByteArray Q_DECL_DEPRECATED & getPhoto() const; -- cgit v1.2.3