mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
Implement the new ExtractDelegate method in FileComic,
If the comic has been invalidated the extraction should stop.
This commit is contained in:
@ -419,6 +419,11 @@ void FileComic::unknownError(int index)
|
||||
//emit errorOpening();
|
||||
}
|
||||
|
||||
bool FileComic::isCancelled()
|
||||
{
|
||||
return _invalidated;
|
||||
}
|
||||
|
||||
//--------------------------------------
|
||||
|
||||
QList<QVector<quint32> > FileComic::getSections(int & sectionIndex)
|
||||
|
Reference in New Issue
Block a user