diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-17 00:38:17 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-18 22:57:48 -0500 |
| commit | 2f5cca5c60bf9ea62ccdddb45243ee163f6b227d (patch) | |
| tree | 8d498aa288b11dd1a1dab9a26e4882434247c0cf /src/pluginlist.h | |
| parent | d57d8bdd5a4462c644ad300dc19bf2e02d0ab534 (diff) | |
Plugins updates
- Temporarily remove some overlay info
- Add isDummy and dummy info
- Display refinements for plugin info
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 10bb3997..c2cfab6e 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -242,6 +242,7 @@ public: bool isMasterFlagged(const QString& name) const; bool isLightFlagged(const QString& name) const; bool isOverlayFlagged(const QString& name) const; + bool isDummy(const QString& name) const; boost::signals2::connection onRefreshed(const std::function<void()>& callback); boost::signals2::connection @@ -334,6 +335,7 @@ private: bool isMasterFlagged; bool isLightFlagged; bool isOverlayFlagged; + bool isDummy; bool modSelected; QString author; QString description; |
