| 51 | } |
| 52 | |
| 53 | auto ReviewMessageBox::create(QWidget* parent, QString&& title, QString&& icon) -> ReviewMessageBox* |
| 54 | { |
| 55 | return new ReviewMessageBox(parent, title, icon); |
| 56 | } |
| 57 | |
| 58 | void ReviewMessageBox::appendResource(ResourceInformation&& info) |
| 59 | { |
no outgoing calls
no test coverage detected