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

Method DismissConnectingDialog

src/client/ct_base_workspace.cpp:1212–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210 }
1211
1212 void BaseWorkspace::DismissConnectingDialog() const {
1213 context_->PostUITask([=, this]() {
1214 // dismiss dialog
1215 if (retry_conn_dialog_ && !retry_conn_dialog_->isHidden()) {
1216 retry_conn_dialog_->Done(0);
1217 }
1218 });
1219 }
1220
1221 void BaseWorkspace::ProcessNetworkMessage(const std::shared_ptr<tc::Message>& msg) {
1222 if (msg->type() == MessageType::kDisconnectConnection) {

Callers

nothing calls this directly

Calls 2

DoneMethod · 0.80
PostUITaskMethod · 0.45

Tested by

no test coverage detected