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

Method unknownError

common/comic.cpp:461–466  ·  view source on GitHub ↗

TODO: comprobar que si se produce uno de estos errores, la carga del c�mic es irrecuperable

Source from the content-addressed store, hash-verified

459
460// TODO: comprobar que si se produce uno de estos errores, la carga del c�mic es irrecuperable
461void FileComic::unknownError(int index)
462{
463 Q_UNUSED(index)
464 emit errorOpening(tr("Unknown error opening the file"));
465 // emit errorOpening();
466}
467
468bool FileComic::isCancelled()
469{

Callers 2

Z7_COM7F_IMFFunction · 0.80
getAllDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected