From 19fae10b2bd20b8f5bdf1012f674b60bb9bd43fa Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Thu, 3 Oct 2024 02:46:53 -0500 Subject: Starfield Updates: Shattered Space & Blueprint Support (#2131) --------- Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> --- src/pluginlistproxy.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/pluginlistproxy.cpp') diff --git a/src/pluginlistproxy.cpp b/src/pluginlistproxy.cpp index 034a1429..2c654464 100644 --- a/src/pluginlistproxy.cpp +++ b/src/pluginlistproxy.cpp @@ -124,6 +124,11 @@ bool PluginListProxy::isLightFlagged(const QString& name) const return m_Proxied->isLightFlagged(name); } +bool PluginListProxy::isBlueprintFlagged(const QString& name) const +{ + return m_Proxied->isBlueprintFlagged(name); +} + bool PluginListProxy::hasNoRecords(const QString& name) const { return m_Proxied->hasNoRecords(name); -- cgit v1.3.1