MCPcopy Create free account
hub / github.com/albertlauncher/albert / buildConfigWidget

Method buildConfigWidget

src/plugin/plugininstance.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

createPluginPageBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected