summaryrefslogtreecommitdiff
path: root/src/pluginlistproxy.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2024-06-13 10:51:09 -0500
committerGitHub <noreply@github.com>2024-06-13 17:51:09 +0200
commit6d08d434a8a5a4471a620974a52550ada05ab663 (patch)
tree85b436568338199724a8b920a2323b94c67ef11a /src/pluginlistproxy.h
parent3d8bfdd1d4bf4539f3c3b991cf226b47dd582a91 (diff)
Add medium plugin support (Starfield) (#2048)
* Add medium plugin support (Starfield) - Coopt the overlay support for the new 'medium' / ESH plugin flag - Update various displays to include ESH info * Rework address display for SF weirdness * Fix core ESH display
Diffstat (limited to 'src/pluginlistproxy.h')
-rw-r--r--src/pluginlistproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlistproxy.h b/src/pluginlistproxy.h
index 397d786d..6865004a 100644
--- a/src/pluginlistproxy.h
+++ b/src/pluginlistproxy.h
@@ -32,8 +32,8 @@ public:
bool hasMasterExtension(const QString& name) const override;
bool hasLightExtension(const QString& name) const override;
bool isMasterFlagged(const QString& name) const override;
+ bool isMediumFlagged(const QString& name) const override;
bool isLightFlagged(const QString& name) const override;
- bool isOverlayFlagged(const QString& name) const override;
bool hasNoRecords(const QString& name) const override;
private: