[Pkg-running-devel] [openambit] 89/131: Avoid creation of openambit.conf folder

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit b6d24e1524061ad5f2154a6ae60d46a38d1466aa
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Sat Feb 15 15:51:11 2014 +0100

    Avoid creation of openambit.conf folder
---
 src/openambit/main.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/openambit/main.cpp b/src/openambit/main.cpp
index 696f026..3b73ed7 100644
--- a/src/openambit/main.cpp
+++ b/src/openambit/main.cpp
@@ -37,9 +37,6 @@ int main(int argc, char *argv[])
     QCoreApplication::setApplicationVersion(APP_VERSION);
     QCoreApplication::setOrganizationName("Openambit");
     QCoreApplication::setApplicationName("Openambit");
-#ifdef Q_WS_X11
-    QSettings::setPath(QSettings::NativeFormat, QSettings::UserScope, QString(getenv("HOME")) + "/.openambit/openambit.conf");
-#endif
 
     MainWindow w;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list