aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/utils.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-08 06:15:44 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-08 06:15:44 +0000
commitbe40ba82147eab1f10a4f96a7a3cfef5f4a520bb (patch)
tree6c64d442cd7637179a328f492a880736801b7d0a /examples/GuiClient/utils.cpp
parentbc8358be7b87e5d66111ebda4ee08557c6e2c76d (diff)
downloadqxmpp-be40ba82147eab1f10a4f96a7a3cfef5f4a520bb.tar.gz
use applicationName and organizationName
Diffstat (limited to 'examples/GuiClient/utils.cpp')
-rw-r--r--examples/GuiClient/utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/GuiClient/utils.cpp b/examples/GuiClient/utils.cpp
index cfb5b029..ab1dfc14 100644
--- a/examples/GuiClient/utils.cpp
+++ b/examples/GuiClient/utils.cpp
@@ -102,7 +102,6 @@ QString presenceToStatusText(const QXmppPresence& presence)
QString getSettingsDir(const QString& bareJid)
{
QString dir = QDesktopServices::storageLocation(QDesktopServices::DataLocation);
- dir.append("/qxmpp");
if(bareJid.isEmpty())
return dir + "/";
else