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