mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
added exit and notification on 7z lib not found
This commit is contained in:
@ -413,6 +413,8 @@ QList<QVector<quint32> > FileComic::getSections(int & sectionIndex)
|
||||
void FileComic::process()
|
||||
{
|
||||
CompressedArchive archive(_path);
|
||||
if(!archive.toolsLoaded())
|
||||
return;
|
||||
//se filtran para obtener s<>lo los formatos soportados
|
||||
_order = archive.getFileNames();
|
||||
_fileNames = filter(_order);
|
||||
|
Reference in New Issue
Block a user