| 642 | } |
| 643 | |
| 644 | void CaptureContext::MessageDialog(const rdcstr &text, const rdcstr &title) |
| 645 | { |
| 646 | RDDialog::information(m_MainWindow, title, text); |
| 647 | } |
| 648 | |
| 649 | void CaptureContext::ErrorDialog(const rdcstr &text, const rdcstr &title) |
| 650 | { |
no outgoing calls
no test coverage detected