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/pluginlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index c2cfab6e..3f4542fc 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -242,7 +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; + bool hasNoRecords(const QString& name) const; boost::signals2::connection onRefreshed(const std::function& callback); boost::signals2::connection @@ -335,7 +335,7 @@ private: bool isMasterFlagged; bool isLightFlagged; bool isOverlayFlagged; - bool isDummy; + bool hasNoRecords; bool modSelected; QString author; QString description; -- cgit v1.3.1