From 401f701dde7d2334deb58d7d6237364def6206ea Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 1 Feb 2010 10:54:13 +0000 Subject: add support for vCard nickname (issue #38) --- source/QXmppVCard.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/QXmppVCard.h') diff --git a/source/QXmppVCard.h b/source/QXmppVCard.h index bef9d5a9..3ca0369a 100644 --- a/source/QXmppVCard.h +++ b/source/QXmppVCard.h @@ -39,6 +39,9 @@ public: QString getFullName() const; void setFullName(const QString&); + QString getNickName() const; + void setNickName(const QString&); + QImage getPhotoAsImage() const; const QByteArray& getPhoto() const; void setPhoto(const QByteArray&); @@ -50,6 +53,7 @@ private: void toXmlElementFromChild(QXmlStreamWriter *writer) const; QString m_fullName; + QString m_nickName; // not as 64 base QByteArray m_photo; -- cgit v1.2.3