diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-10-08 13:05:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-08 13:05:11 -0500 |
| commit | 16977b5159d2cabeb9b7be088c0a8a9d998710a1 (patch) | |
| tree | 576f522936c2efe121cc181729842ecd7931c174 /src/pluginlistproxy.h | |
| parent | 48e8fdff0df30fa807e61d4df7b6116a9d190f2f (diff) | |
| parent | 028c8eafa982a5b126544f733880dd7711e0786a (diff) | |
Merge pull request #1899 from ModOrganizer2/overlay_support
Additional overlay plugin support
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; |
