diff options
Diffstat (limited to 'src/CRSMConfig.hpp')
| -rw-r--r-- | src/CRSMConfig.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CRSMConfig.hpp b/src/CRSMConfig.hpp index 2d0c2e4..7c3ccf1 100644 --- a/src/CRSMConfig.hpp +++ b/src/CRSMConfig.hpp @@ -197,6 +197,7 @@ class CRSMConfig public: struct { Integer ManagementPort = 9372; + String ListFolder = "ScenarioLists"; } CRSM; struct { @@ -288,6 +289,7 @@ private: #define ConfigValue(Value) {#Value, mkConfigValue(Value)} QMap<QString, CRSMConfigValueBase*> configValues { ConfigValue(CRSM.ManagementPort), + ConfigValue(CRSM.ListFolder), |
