diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-05 00:13:09 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-05 00:13:09 -0600 |
| commit | 3556d4f58f09b5d21b1179bbdf87e9bd78be7254 (patch) | |
| tree | 810fbe6696a01e8f997219fcccde3512c93ba7ec /src/pluginlist.h | |
| parent | 5fcd51aad81c9c4495a19306d13c4f55bd2519f8 (diff) | |
Light flagged master support and other minor changes
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 8d1a5491..4762f79f 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -217,6 +217,7 @@ public: virtual bool onRefreshed(const std::function<void()> &callback);
virtual bool isMaster(const QString &name) const;
virtual bool isLight(const QString &name) const;
+ virtual bool isLightFlagged(const QString &name) const;
virtual QStringList masters(const QString &name) const;
virtual QString origin(const QString &name) const;
virtual void setLoadOrder(const QStringList &pluginList) override;
@@ -280,6 +281,7 @@ private: QString m_OriginName;
bool m_IsMaster;
bool m_IsLight;
+ bool m_IsLightFlagged;
bool m_ModSelected;
QString m_Author;
QString m_Description;
|
