From ccc7b84ed3dc2860d8211263acdb073855fdbbc9 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Mon, 14 Sep 2009 12:34:47 +0000 Subject: bug fixes --- source/QXmppVCard.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/QXmppVCard.h') diff --git a/source/QXmppVCard.h b/source/QXmppVCard.h index b4c7af2c..9495ccc3 100644 --- a/source/QXmppVCard.h +++ b/source/QXmppVCard.h @@ -42,6 +42,7 @@ public: QImage getPhotoAsImage() const; const QByteArray& getPhoto() const; void setPhoto(const QByteArray&); + void setPhoto(const QImage&); void parse(const QDomElement&); @@ -49,6 +50,8 @@ private: QByteArray toXmlElementFromChild() const; QString m_fullName; + + // not as 64 base QByteArray m_photo; }; -- cgit v1.2.3