aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppVCard.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-05-05 07:18:54 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-05-05 07:18:54 +0000
commit893234283ce5d470314ec1ea15274a64ca7cfe0e (patch)
treecbdd8bfc2379f94336adc4b2019a726ac249b2db /source/QXmppVCard.h
parent46e9ef5b3483cab5512c8b0464f946e4d4dfc26a (diff)
downloadqxmpp-893234283ce5d470314ec1ea15274a64ca7cfe0e.tar.gz
fix compilation errors with MS VC2008
Diffstat (limited to 'source/QXmppVCard.h')
-rw-r--r--source/QXmppVCard.h2
1 files changed, 1 insertions, 1 deletions
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: