| 33 | } |
| 34 | |
| 35 | QWidget *information(const QString &title, const QString &desciption) |
| 36 | { |
| 37 | return message(QMessageBox::Information, title, desciption); |
| 38 | } |
| 39 | |
| 40 | QWidget *critical(const QString &title, const QString &desciption) |
| 41 | { |
no test coverage detected