From 6d08d434a8a5a4471a620974a52550ada05ab663 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Thu, 13 Jun 2024 10:51:09 -0500 Subject: 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 --- src/pluginlistproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginlistproxy.h') 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: -- cgit v1.3.1