diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-12 05:57:39 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-12 05:57:39 +0000 |
| commit | 8d5688abf2c695f384ef5acf6fa2eeecf1b702c1 (patch) | |
| tree | 9e4c448a00d5e3a37db6083604ec19a5483ccd45 /source/QXmppUtils.h | |
| parent | f281e53af318f951c42bd701fc5634cd8aa1b33e (diff) | |
| download | qxmpp-8d5688abf2c695f384ef5acf6fa2eeecf1b702c1.tar.gz | |
bug fixes
Diffstat (limited to 'source/QXmppUtils.h')
| -rw-r--r-- | source/QXmppUtils.h | 2 |
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
|
