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/pluginlist.h | |
| parent | 2f5cca5c60bf9ea62ccdddb45243ee163f6b227d (diff) | |
Use hasNoRecords
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<void()>& 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; |
