| 33 | //QMessageBox::information(NULL, "Title", "Content",QMessageBox::Yes|QMessageBox::No|QMessageBox::Abort); |
| 34 | |
| 35 | void MsgBox::Show(const QString text) |
| 36 | { |
| 37 | MsgBox::Show("", text, "", NULL, NULL); |
| 38 | } |
| 39 | |
| 40 | void MsgBox::Show(const QString title, const QString text, QWidget *parent) |
| 41 | { |
no test coverage detected