diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-18 23:02:16 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2023-10-18 23:08:49 -0500 |
| commit | 8f6ba13fbc57d9f4793383a1402afd32923a9f04 (patch) | |
| tree | 12876989d692d49796eb542dfc4a5a5facbe0029 /src/pluginlistproxy.h | |
| parent | 2f5cca5c60bf9ea62ccdddb45243ee163f6b227d (diff) | |
Use hasNoRecords
Diffstat (limited to 'src/pluginlistproxy.h')
| -rw-r--r-- | src/pluginlistproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlistproxy.h b/src/pluginlistproxy.h index ae66cb60..397d786d 100644 --- a/src/pluginlistproxy.h +++ b/src/pluginlistproxy.h @@ -34,7 +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; + bool hasNoRecords(const QString& name) const override; private: friend class OrganizerProxy; |
