| 44 | } |
| 45 | |
| 46 | void xcaWarningGui::warning(const QString &msg) |
| 47 | { |
| 48 | showBox(msg, QMessageBox::Warning, QMessageBox::Ok); |
| 49 | } |
| 50 | |
| 51 | bool xcaWarningGui::yesno(const QString &msg) |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected