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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pluginlistproxy.cpp') diff --git a/src/pluginlistproxy.cpp b/src/pluginlistproxy.cpp index bb115b4a..fa3960a8 100644 --- a/src/pluginlistproxy.cpp +++ b/src/pluginlistproxy.cpp @@ -124,7 +124,7 @@ bool PluginListProxy::isOverlayFlagged(const QString& name) const return m_Proxied->isOverlayFlagged(name); } -bool PluginListProxy::isDummy(const QString& name) const +bool PluginListProxy::hasNoRecords(const QString& name) const { - return m_Proxied->isDummy(name); + return m_Proxied->hasNoRecords(name); } -- cgit v1.3.1