diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-02 21:03:10 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-02 21:03:10 +0100 |
| commit | 90154e621af03bc0464a17821f56385e6b0f6ac5 (patch) | |
| tree | eeba175436c459c469524f8ff0734997841aa653 /src/settings.h | |
| parent | c3a957169612e6563b17c2e740006f1abd29f6ff (diff) | |
Add Settings::unregisterPlugin().
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index 122eb729..48aefc27 100644 --- a/src/settings.h +++ b/src/settings.h @@ -304,9 +304,10 @@ public: // void clearPlugins(); - // adds the given plugin to the list and loads all of its settings + // adds/removes the given plugin to the list and loads all of its settings // void registerPlugin(MOBase::IPlugin *plugin); + void unregisterPlugin(MOBase::IPlugin* plugin); // returns all the registered plugins // |
