MCPcopy Create free account
hub / github.com/YACReader/yacreader / showMessageErrorOpening

Method showMessageErrorOpening

YACReader/viewer.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected