diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-08 04:17:07 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-08 04:17:07 -0500 |
| commit | 028c8eafa982a5b126544f733880dd7711e0786a (patch) | |
| tree | 576f522936c2efe121cc181729842ecd7931c174 /src/pluginlistproxy.h | |
| parent | 48e8fdff0df30fa807e61d4df7b6116a9d190f2f (diff) | |
Additional overlay plugin support
* Add isOverlayFlagged to IPluginList
* Further notate plugin list
* Rename to match xEdit / Wrye / LOOT
* Update counter
Diffstat (limited to 'src/pluginlistproxy.h')
| -rw-r--r-- | src/pluginlistproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluginlistproxy.h b/src/pluginlistproxy.h index 63602043..98e62475 100644 --- a/src/pluginlistproxy.h +++ b/src/pluginlistproxy.h @@ -33,6 +33,7 @@ public: bool hasLightExtension(const QString& name) const override; bool isMasterFlagged(const QString& name) const override; bool isLightFlagged(const QString& name) const override; + bool isOverlayFlagged(const QString& name) const override; private: friend class OrganizerProxy; |
