diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-10-27 21:19:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 21:19:30 -0500 |
| commit | 3c0cd1c88843856ef562a3c88e3df4199fc5b2b6 (patch) | |
| tree | 889635f7ca5a055aa31ac5c1b1dc9f44218b48ff /src/pluginlist.h | |
| parent | d57d8bdd5a4462c644ad300dc19bf2e02d0ab534 (diff) | |
| parent | f8954806c3d8b3ff046730ec593638be4f1ce063 (diff) | |
Merge pull request #1907 from ModOrganizer2/plugin_updates
Plugins updates
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 10bb3997..3f4542fc 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -242,6 +242,7 @@ public: bool isMasterFlagged(const QString& name) const; bool isLightFlagged(const QString& name) const; bool isOverlayFlagged(const QString& name) const; + bool hasNoRecords(const QString& name) const; boost::signals2::connection onRefreshed(const std::function<void()>& callback); boost::signals2::connection @@ -334,6 +335,7 @@ private: bool isMasterFlagged; bool isLightFlagged; bool isOverlayFlagged; + bool hasNoRecords; bool modSelected; QString author; QString description; |
