diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2024-10-03 02:46:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 09:46:53 +0200 |
| commit | 19fae10b2bd20b8f5bdf1012f674b60bb9bd43fa (patch) | |
| tree | fc7671ed24ce6cdec0157376c729e1bc474bd0c9 /src/pluginlistproxy.h | |
| parent | 7ed06a77c1119b6ee7cd6d32893339465197f420 (diff) | |
Starfield Updates: Shattered Space & Blueprint Support (#2131)
---------
Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>
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 e289ced8..9c911fa4 100644 --- a/src/pluginlistproxy.h +++ b/src/pluginlistproxy.h @@ -34,6 +34,7 @@ public: bool isMasterFlagged(const QString& name) const override; bool isMediumFlagged(const QString& name) const override; bool isLightFlagged(const QString& name) const override; + bool isBlueprintFlagged(const QString& name) const override; bool hasNoRecords(const QString& name) const override; QString author(const QString& name) const override; |
