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

Method GetCurrentExeFolder

src/render/rd_context.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 std::string RdContext::GetCurrentExeFolder() {
79 return QCoreApplication::applicationDirPath().toStdString();
80 }
81
82 void RdContext::DispatchAppEvent2Plugins(const std::shared_ptr<AppBaseEvent>& event) {
83 plugin_manager_->VisitAllPlugins([=, this](GrPluginInterface* plugin) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected