diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-09 01:25:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-09 01:25:01 -0400 |
| commit | 99fdbb2539227cec4fab534efc7420cfc5ca1a92 (patch) | |
| tree | 4fe70561a85d86b65cc4c6725541767684af09a7 /src/organizercore.h | |
| parent | 73626b297904d50507bb7d5d1342120040e655e8 (diff) | |
| parent | d863e62c6e2f3c0daa50e16a0206f59558a7bb7e (diff) | |
Merge pull request #830 from isanae/settings-interface
Settings interface
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 2aa7e707..a14d79a9 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -107,7 +107,7 @@ public: void setManagedGame(MOBase::IPluginGame *game);
- void updateExecutablesList(QSettings &settings);
+ void updateExecutablesList();
void startMOUpdate();
@@ -193,7 +193,7 @@ public: void prepareVFS();
void updateVFSParams(
- MOBase::log::Levels logLevel, int crashDumpsType,
+ MOBase::log::Levels logLevel, CrashDumpsType crashDumpsType,
QString executableBlacklist);
void setLogLevel(MOBase::log::Levels level);
@@ -201,7 +201,7 @@ public: bool cycleDiagnostics();
static CrashDumpsType getGlobalCrashDumpsType() { return m_globalCrashDumpsType; }
- static void setGlobalCrashDumpsType(int crashDumpsType);
+ static void setGlobalCrashDumpsType(CrashDumpsType crashDumpsType);
static std::wstring crashDumpsPath();
public:
@@ -288,10 +288,6 @@ private: void storeSettings();
- QSettings::Status storeSettings(const QString &fileName);
-
- QString commitSettings(const QString &iniFile);
-
bool queryApi(QString &apiKey);
void updateModActiveState(int index, bool active);
|
