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

Method GetWorkDir

src/render_panel/gr_render_controller.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 QString GrRenderController::GetWorkDir() {
78 return QCoreApplication::applicationDirPath();
79 }
80
81 QString GrRenderController::GetAppPath() {
82 QString current_path = QCoreApplication::applicationDirPath();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected