| 28 | } |
| 29 | |
| 30 | QWidget *warning(const QString &title, const QString &desciption) |
| 31 | { |
| 32 | return message(QMessageBox::Warning, title, desciption); |
| 33 | } |
| 34 | |
| 35 | QWidget *information(const QString &title, const QString &desciption) |
| 36 | { |
no test coverage detected