| 32 | vector<Extension*> PluginInstance::extensions() { return {}; } |
| 33 | |
| 34 | QWidget *PluginInstance::buildConfigWidget() { return nullptr; } |
| 35 | |
| 36 | filesystem::path PluginInstance::cacheLocation() const |
| 37 | { return App::cacheLocation() / d->loader->metadata().id.toStdString(); } |
no outgoing calls
no test coverage detected