summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2010-06-22 14:09:07 +0200
committerRobert Loehning <robert.loehning@nokia.com>2010-06-22 15:08:48 +0200
commit5bb23ade98b672b603e1c3d9ef35f94c36364ef9 (patch)
treea2b2afcba88222051aefa4b25d616cb8b39e116a /src/app
parent8ef646beeca0a7f28fe59028a0354d23bbb81bf4 (diff)
downloadqt-creator-5bb23ade98b672b603e1c3d9ef35f94c36364ef9.tar.gz
Revert "Work around a Mac specific QSettings bug for the moment."
Workaround is no longer needed and causes trouble with cyrillic characters. This reverts commit 00142e4cf49450723acfdfe4514afb8a3dfb8d0d.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 14e0c96226..99714241d0 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -187,11 +187,6 @@ int main(int argc, char **argv)
// Must be done before any QSettings class is created
QSettings::setPath(QSettings::IniFormat, QSettings::SystemScope,
QCoreApplication::applicationDirPath()+QLatin1String(SHARE_PATH));
-#ifdef Q_OS_MAC
- // Work around bug in QSettings
- QSettings::setPath(QSettings::IniFormat, QSettings::UserScope,
- QDir::homePath()+"/.config");
-#endif
// keep this in sync with the MainWindow ctor in coreplugin/mainwindow.cpp
const QSettings settings(QSettings::IniFormat, QSettings::UserScope,
QLatin1String("Nokia"), QLatin1String("QtCreator"));