| 37 | { return App::cacheLocation() / d->loader->metadata().id.toStdString(); } |
| 38 | |
| 39 | filesystem::path PluginInstance::configLocation() const |
| 40 | { return App::configLocation() / d->loader->metadata().id.toStdString(); } |
| 41 | |
| 42 | filesystem::path PluginInstance::dataLocation() const |
| 43 | { return App::dataLocation() / d->loader->metadata().id.toStdString(); } |
nothing calls this directly
no outgoing calls
no test coverage detected