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/pluginlistproxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pluginlistproxy.h') 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; -- cgit v1.3.1