diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-11 15:11:08 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-11 15:11:08 +0000 |
| commit | 3dbddad62fc6ad3d8a5181c5b66365aa14ef936b (patch) | |
| tree | cc0103f6a59c9727c7c86e63fc5bcb0b92fb0a54 /examples/GuiClient/utils.h | |
| parent | 4e26c6523ba8d7b12cb3a15cbe85ce1d5810b279 (diff) | |
| download | qxmpp-3dbddad62fc6ad3d8a5181c5b66365aa14ef936b.tar.gz | |
use generic name
Diffstat (limited to 'examples/GuiClient/utils.h')
| -rw-r--r-- | examples/GuiClient/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h index ff6c8178..01395edc 100644 --- a/examples/GuiClient/utils.h +++ b/examples/GuiClient/utils.h @@ -38,7 +38,7 @@ QString presenceToStatusText(const QXmppPresence& presence); QString getSettingsDir(const QString& bareJid = ""); -QString getImageHash(const QByteArray& image); +QString getSha1HashAsHex(const QByteArray& image); QImage getImageFromByteArray(const QByteArray& image); QString getImageType1(const QByteArray& image); |
