diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-01 10:14:17 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-01 10:14:17 -0400 |
| commit | 33f5b59bee9fe5a1b3515737819ddfec4f596423 (patch) | |
| tree | d9287fe49ab859d99f0efa712fdbb9c4a01c5b05 /src/organizercore.h | |
| parent | aa582ab376a7973034bf1c91e354a3623889489e (diff) | |
added crash dump path to parameters, if a mechanism to customize it is ever created
moved toString() for log level and dump type to usvfs, which needs them for logging
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 5b7dd87b..0d0a092c 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -195,7 +195,8 @@ public: void updateVFSParams(
MOBase::log::Levels logLevel, CrashDumpsType crashDumpsType,
- std::chrono::seconds spawnDelay, QString executableBlacklist);
+ const QString& crashDumpsPath, std::chrono::seconds spawnDelay,
+ QString executableBlacklist);
void setLogLevel(MOBase::log::Levels level);
|
