From 2b81524fb99270b7fc06d5f1b5ec52dec651c125 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sat, 11 Sep 2010 20:00:44 +0000 Subject: use QXmppVCardIq instead of intermediate VCard class --- examples/GuiClient/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/GuiClient/utils.h') 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); -- cgit v1.2.3