From 893234283ce5d470314ec1ea15274a64ca7cfe0e Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 5 May 2010 07:18:54 +0000 Subject: fix compilation errors with MS VC2008 --- 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 dce8066f..e59416dd 100644 --- a/source/QXmppVCard.h +++ b/source/QXmppVCard.h @@ -63,7 +63,7 @@ public: QString Q_DECL_DEPRECATED getFullName() const; QString Q_DECL_DEPRECATED getNickName() const; QImage Q_DECL_DEPRECATED getPhotoAsImage() const; - const QByteArray& Q_DECL_DEPRECATED getPhoto() const; + const QByteArray Q_DECL_DEPRECATED & getPhoto() const; // obsolete end private: -- cgit v1.2.3