summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-04-08 18:52:43 +0200
committerTannin <devnull@localhost>2015-04-08 18:52:43 +0200
commit8cca47454a5205752b8d633d064a775862d509bd (patch)
treecd2bd84b0aace63c9598e8a7fed11421a8c768fb /src/organizercore.h
parenta818688d3f29c87c5d67b3123e3a95d3f21aed40 (diff)
if overwriting the ModOrganizer.ini file fails, another attempt to store
settings is made, writing to the ini file directly.
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 503bf3b9..ae3b3579 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -198,6 +198,10 @@ private:
void storeSettings();
+ QSettings::Status storeSettings(const QString &fileName);
+
+ QString commitSettings(const QString &iniFile);
+
bool queryLogin(QString &username, QString &password);
void updateModActiveState(int index, bool active);