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/pluginlistproxy.h | |
| parent | d57d8bdd5a4462c644ad300dc19bf2e02d0ab534 (diff) | |
| parent | f8954806c3d8b3ff046730ec593638be4f1ce063 (diff) | |
Merge pull request #1907 from ModOrganizer2/plugin_updates
Plugins updates
Diffstat (limited to 'src/pluginlistproxy.h')
| -rw-r--r-- | src/pluginlistproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluginlistproxy.h b/src/pluginlistproxy.h index 98e62475..397d786d 100644 --- a/src/pluginlistproxy.h +++ b/src/pluginlistproxy.h @@ -34,6 +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 hasNoRecords(const QString& name) const override; private: friend class OrganizerProxy; |
