diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-08 06:15:44 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-08 06:15:44 +0000 |
| commit | be40ba82147eab1f10a4f96a7a3cfef5f4a520bb (patch) | |
| tree | 6c64d442cd7637179a328f492a880736801b7d0a /examples/GuiClient/utils.cpp | |
| parent | bc8358be7b87e5d66111ebda4ee08557c6e2c76d (diff) | |
| download | qxmpp-be40ba82147eab1f10a4f96a7a3cfef5f4a520bb.tar.gz | |
use applicationName and organizationName
Diffstat (limited to 'examples/GuiClient/utils.cpp')
| -rw-r--r-- | examples/GuiClient/utils.cpp | 1 |
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 |
