diff options
Diffstat (limited to 'source/QXmppVCard.h')
| -rw-r--r-- | source/QXmppVCard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppVCard.h b/source/QXmppVCard.h index fc8a76c9..b4c7af2c 100644 --- a/source/QXmppVCard.h +++ b/source/QXmppVCard.h @@ -39,7 +39,7 @@ public: QString getFullName() const;
void setFullName(const QString&);
- const QImage& getPhotoAsImage() const;
+ QImage getPhotoAsImage() const;
const QByteArray& getPhoto() const;
void setPhoto(const QByteArray&);
|
