From 8f6ba13fbc57d9f4793383a1402afd32923a9f04 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Wed, 18 Oct 2023 23:02:16 -0500 Subject: Use hasNoRecords --- src/pluginlistproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginlistproxy.h') 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; -- cgit v1.3.1