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/pluginlist.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/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index db32d911..10bb3997 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -241,7 +241,7 @@ public: bool hasLightExtension(const QString& name) const; bool isMasterFlagged(const QString& name) const; bool isLightFlagged(const QString& name) const; - bool isOverrideFlagged(const QString& name) const; + bool isOverlayFlagged(const QString& name) const; boost::signals2::connection onRefreshed(const std::function<void()>& callback); boost::signals2::connection @@ -333,7 +333,7 @@ private: bool hasLightExtension; bool isMasterFlagged; bool isLightFlagged; - bool isOverrideFlagged; + bool isOverlayFlagged; bool modSelected; QString author; QString description; |
