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/pluginlistproxy.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/pluginlistproxy.h')
| -rw-r--r-- | src/pluginlistproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluginlistproxy.h b/src/pluginlistproxy.h index 98e62475..ae66cb60 100644 --- a/src/pluginlistproxy.h +++ b/src/pluginlistproxy.h @@ -34,6 +34,7 @@ public: bool isMasterFlagged(const QString& name) const override; bool isLightFlagged(const QString& name) const override; bool isOverlayFlagged(const QString& name) const override; + bool isDummy(const QString& name) const override; private: friend class OrganizerProxy; |
