summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-01 10:14:17 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-01 10:14:17 -0400
commit33f5b59bee9fe5a1b3515737819ddfec4f596423 (patch)
treed9287fe49ab859d99f0efa712fdbb9c4a01c5b05 /src/organizercore.h
parentaa582ab376a7973034bf1c91e354a3623889489e (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.h3
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);