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

Method InfoDialog

src/client/transfer/file_transfer.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 void FileTransferChannel::InfoDialog(const QString& msg) {
260 context_->PostUITask([=]() {
261 auto dialog = SizedMessageBox::MakeInfoOkBox("Info", msg);
262 dialog->exec();
263 });
264 }
265
266 void FileTransferChannel::ErrorDialog(const QString& msg) {
267 context_->PostUITask([=]() {

Callers

nothing calls this directly

Calls 1

PostUITaskMethod · 0.45

Tested by

no test coverage detected