diff options
| author | Qudix <17361645+Qudix@users.noreply.github.com> | 2020-11-14 00:36:57 -0600 |
|---|---|---|
| committer | Qudix <17361645+Qudix@users.noreply.github.com> | 2020-11-14 00:36:57 -0600 |
| commit | 24991bf5fb1dcf4ccee1090285bec10b3a20bf81 (patch) | |
| tree | 49a9444ae24e25263ebee6ea601e4c5bb239447a /src/instancemanager.h | |
| parent | 125fc7a82e5ddf51b91f834661f7de9356831714 (diff) | |
| parent | 579f94b5b6014ad4a97b23eb2a26ab69f007aa6a (diff) | |
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into master
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 |
