diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-12 03:16:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-12 03:16:44 -0500 |
| commit | 85f515da2d1713bc208d2f1bca4197b91950528a (patch) | |
| tree | 0eb2c9b5dcc26a1b658ef49c28c09af39728df09 /src/instancemanager.h | |
| parent | f7de8618124199977c4f4919e70bbfd2693ed341 (diff) | |
| parent | 6ae27224b0dcc860b882bebff3149828d874c832 (diff) | |
Merge pull request #1294 from isanae/master
Bunch of instance and command line stuff
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 |
