aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppUtils.h')
-rw-r--r--source/QXmppUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppUtils.h b/source/QXmppUtils.h
index 635b80b8..cb753003 100644
--- a/source/QXmppUtils.h
+++ b/source/QXmppUtils.h
@@ -50,7 +50,7 @@ QString escapeString(const QString& str);
QString unescapeString(const QString& str);
QString getImageType(const QByteArray& image);
-QByteArray getImageHash(const QByteArray& image);
+QString getImageHash(const QByteArray& image);
QImage getImageFromByteArray(const QByteArray& image);
#endif // QXMPPUTILS_H