MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / PluginManager

Method PluginManager

src/render/plugins/plugin_manager.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 PluginManager::PluginManager(const std::shared_ptr<RdApplication>& app) {
34 this->app_ = app;
35 this->context_ = app->GetContext();
36 settings_ = RdSettings::Instance();
37 }
38
39 void PluginManager::LoadAllPlugins() {
40 auto base_path = QCoreApplication::applicationDirPath();

Callers

nothing calls this directly

Calls 1

GetContextMethod · 0.45

Tested by

no test coverage detected