diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-14 12:34:47 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-14 12:34:47 +0000 |
| commit | ccc7b84ed3dc2860d8211263acdb073855fdbbc9 (patch) | |
| tree | 6a18f4fbd43a5e1ccb0f17cd99976743976d0909 /source/QXmppVCard.h | |
| parent | 73f17fcaf77d1e0e93aae67ac2957a42cc91cbbb (diff) | |
| download | qxmpp-ccc7b84ed3dc2860d8211263acdb073855fdbbc9.tar.gz | |
bug fixes
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;
};
|
