| 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 | } |
nothing calls this directly
no test coverage detected