File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ bool PluginListProxy::isLightFlagged(const QString& name) const
124
124
return m_Proxied->isLightFlagged (name);
125
125
}
126
126
127
+ bool PluginListProxy::isBlueprintFlagged (const QString& name) const
128
+ {
129
+ return m_Proxied->isBlueprintFlagged (name);
130
+ }
131
+
127
132
bool PluginListProxy::hasNoRecords (const QString& name) const
128
133
{
129
134
return m_Proxied->hasNoRecords (name);
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class PluginListProxy : public MOBase::IPluginList
34
34
bool isMasterFlagged (const QString& name) const override ;
35
35
bool isMediumFlagged (const QString& name) const override ;
36
36
bool isLightFlagged (const QString& name) const override ;
37
+ bool isBlueprintFlagged (const QString& name) const override ;
37
38
bool hasNoRecords (const QString& name) const override ;
38
39
39
40
QString author (const QString& name) const override ;
You can’t perform that action at this time.
0 commit comments