diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-09 17:55:25 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-09 17:55:25 +0000 |
| commit | f281e53af318f951c42bd701fc5634cd8aa1b33e (patch) | |
| tree | 1ff3a91ebbce76401f0575fc602dadceea5174d9 /source/QXmppUtils.h | |
| parent | 0b606b76e679c587fb14c2472de1b809954f29bf (diff) | |
| download | qxmpp-f281e53af318f951c42bd701fc5634cd8aa1b33e.tar.gz | |
Fix for Issue 4:Cannot repackage message when receiving partial message.
vCard cleanups
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 cb753003..635b80b8 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);
-QString getImageHash(const QByteArray& image);
+QByteArray getImageHash(const QByteArray& image);
QImage getImageFromByteArray(const QByteArray& image);
#endif // QXMPPUTILS_H
|
