* Decide whether a plugin is enabled */
| 289 | * Decide whether a plugin is enabled |
| 290 | */ |
| 291 | bool isEnabled(const KPluginMetaData& info) const |
| 292 | { |
| 293 | return (enabledState(info) >= FirstEnabledState); |
| 294 | } |
| 295 | |
| 296 | void initKTextEditorIntegration() |
| 297 | { |
no test coverage detected