diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-11 20:00:44 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-11 20:00:44 +0000 |
| commit | 2b81524fb99270b7fc06d5f1b5ec52dec651c125 (patch) | |
| tree | 38a7086d43e59e722620101655732899690f54da /examples/GuiClient/utils.h | |
| parent | 451dd12c708bc42a26386e43f1968f2122211581 (diff) | |
| download | qxmpp-2b81524fb99270b7fc06d5f1b5ec52dec651c125.tar.gz | |
use QXmppVCardIq instead of intermediate VCard class
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 6bc94e05..020811df 100644 --- a/examples/GuiClient/utils.h +++ b/examples/GuiClient/utils.h @@ -36,7 +36,7 @@ int comparisonWeightsPresenceType(QXmppPresence::Type); QString presenceToStatusText(const QXmppPresence& presence);
-QString getSettingsDir();
+QString getSettingsDir(const QString& bareJid = "");
QString getImageHash(const QByteArray& image);
QImage getImageFromByteArray(const QByteArray& image);
|
