diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-11-13 16:14:31 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-11-13 16:14:31 +0100 |
| commit | 1facda19438bf01e5b8e08b7ebeb7f3a1c21028f (patch) | |
| tree | bb5b9483c32b781b58ae275e4850fd85596573e0 /src/instancemanager.h | |
| parent | 4d94ba8dbba20da6d030a8a3adf73d2dbd6fc56f (diff) | |
| parent | 85f515da2d1713bc208d2f1bca4197b91950528a (diff) | |
Merge branch 'master' of github.com:ModOrganizer2/modorganizer into iplugin-isactive-refactoring
Diffstat (limited to 'src/instancemanager.h')
| -rw-r--r-- | src/instancemanager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/instancemanager.h b/src/instancemanager.h index 4f8b01c7..981aed43 100644 --- a/src/instancemanager.h +++ b/src/instancemanager.h @@ -232,6 +232,11 @@ public: // void overrideProfile(const QString& profileName); + // clears instance and profile overrides, used when restarting MO to select + // another instance + // + void clearOverrides(); + // returns a game plugin that considers the given directory valid // // this will check for an INI file in the directory and use its game name |
