diff options
Diffstat (limited to 'source/QXmppVCard.h')
| -rw-r--r-- | source/QXmppVCard.h | 3 |
1 files changed, 3 insertions, 0 deletions
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;
};
|
