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

Method GetAppPath

src/render_panel/gr_render_controller.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 QString GrRenderController::GetAppPath() {
82 QString current_path = QCoreApplication::applicationDirPath();
83 current_path = current_path.append("/").append(kGammaRayRenderName);
84 return current_path;
85 }
86
87 std::vector<std::string> GrRenderController::GetArgs() {
88 auto settings = GrSettings::Instance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected