diff options
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);
|
