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.cpp | |
| parent | d57d8bdd5a4462c644ad300dc19bf2e02d0ab534 (diff) | |
| parent | f8954806c3d8b3ff046730ec593638be4f1ce063 (diff) | |
Merge pull request #1907 from ModOrganizer2/plugin_updates
Plugins updates
Diffstat (limited to 'src/pluginlistproxy.cpp')
| -rw-r--r-- | src/pluginlistproxy.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pluginlistproxy.cpp b/src/pluginlistproxy.cpp index a056a38d..fa3960a8 100644 --- a/src/pluginlistproxy.cpp +++ b/src/pluginlistproxy.cpp @@ -123,3 +123,8 @@ bool PluginListProxy::isOverlayFlagged(const QString& name) const { return m_Proxied->isOverlayFlagged(name); } + +bool PluginListProxy::hasNoRecords(const QString& name) const +{ + return m_Proxied->hasNoRecords(name); +} |
