| 98 | } |
| 99 | |
| 100 | bool HasCurrentSettings(EffectPlugin &host) |
| 101 | { |
| 102 | return HasConfigGroup(host.GetDefinition(), PluginSettings::Private, |
| 103 | CurrentSettingsGroup()); |
| 104 | } |
| 105 | |
| 106 | bool HasFactoryDefaults(EffectPlugin &host) |
| 107 | { |
no test coverage detected