| 58 | } |
| 59 | |
| 60 | static void info(QWidget* parent, const QString& title, const QString& text) { |
| 61 | QMessageBox::information(parent, title, text); |
| 62 | } |
| 63 | |
| 64 | static void warn(QWidget* parent, const QString& title, const QString& text) { |
| 65 | QMessageBox::warning(parent, title, text); |
no outgoing calls
no test coverage detected