From f281e53af318f951c42bd701fc5634cd8aa1b33e Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Wed, 9 Sep 2009 17:55:25 +0000 Subject: Fix for Issue 4:Cannot repackage message when receiving partial message. vCard cleanups --- source/QXmppVCard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/QXmppVCard.h') 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&); -- cgit v1.2.3