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

Method ExitSdk

src/client/ct_base_workspace.cpp:1398–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396 }
1397
1398 void BaseWorkspace::ExitSdk() {
1399 if (sdk_) {
1400 sdk_->Exit();
1401 sdk_ = nullptr;
1402 }
1403 }
1404
1405 void BaseWorkspace::moveEvent(QMoveEvent* event) {
1406 QMainWindow::moveEvent(event);

Callers

nothing calls this directly

Calls 1

ExitMethod · 0.45

Tested by

no test coverage detected