| 278 | } |
| 279 | |
| 280 | void Viewer::showMessageErrorOpening() |
| 281 | { |
| 282 | QMessageBox::critical(this, tr("Not found"), tr("Comic not found")); |
| 283 | // resetContent(); --> not needed |
| 284 | } |
| 285 | |
| 286 | void Viewer::showMessageErrorOpening(QString message) |
| 287 | { |
no outgoing calls
no test coverage detected