diff options
Diffstat (limited to 'german/tipp10/files/patch-widget_settingspages.cpp')
-rw-r--r-- | german/tipp10/files/patch-widget_settingspages.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/german/tipp10/files/patch-widget_settingspages.cpp b/german/tipp10/files/patch-widget_settingspages.cpp deleted file mode 100644 index b4e2405f1590..000000000000 --- a/german/tipp10/files/patch-widget_settingspages.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- widget/settingspages.cpp.orig 2013-10-30 15:20:29.120118000 +0000 -+++ widget/settingspages.cpp -@@ -501,7 +501,7 @@ void DatabasePage::writeSettings() { - QSettings settings; - #endif - settings.beginGroup("database"); -- settings.setValue("pathpro", lineDatabasePath->text() + "/" + QString::QString(APP_USER_DB)); -+ settings.setValue("pathpro", lineDatabasePath->text() + "/" + QString(APP_USER_DB)); - settings.endGroup(); - } - |