From 028c8eafa982a5b126544f733880dd7711e0786a Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 8 Oct 2023 04:17:07 -0500 Subject: Additional overlay plugin support * Add isOverlayFlagged to IPluginList * Further notate plugin list * Rename to match xEdit / Wrye / LOOT * Update counter --- src/pluginlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pluginlist.h') 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& 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; -- cgit v1.3.1