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

Method ErrorDialog

src/client/transfer/file_transfer.cpp:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 void FileTransferChannel::ErrorDialog(const QString& msg) {
267 context_->PostUITask([=]() {
268 auto dialog = SizedMessageBox::MakeErrorOkBox("Error", msg);
269 dialog->exec();
270 });
271 }
272}

Callers

nothing calls this directly

Calls 1

PostUITaskMethod · 0.45

Tested by

no test coverage detected