From 5b855f2e19071c542339090d8635ef9efff848ba Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Thu, 24 Feb 2022 18:34:10 -0600 Subject: Add `isMasterFlagged` `isLight` `isLightFlagged` Note: The behavior of isMaster has been changed to match isLightFlagged --- src/pluginlistproxy.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pluginlistproxy.h') diff --git a/src/pluginlistproxy.h b/src/pluginlistproxy.h index e421b6ee..fc883882 100644 --- a/src/pluginlistproxy.h +++ b/src/pluginlistproxy.h @@ -22,6 +22,9 @@ public: int loadOrder(const QString& name) const override; void setLoadOrder(const QStringList& pluginList) override; bool isMaster(const QString& name) const override; + bool isMasterFlagged(const QString& name) const override; + bool isLight(const QString& name) const override; + bool isLightFlagged(const QString& name) const override; QStringList masters(const QString& name) const override; QString origin(const QString& name) const override; bool onRefreshed(const std::function& callback) override; -- cgit v1.3.1