mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
corregido bug al intentar abrir un c?mic en un path no existente
- ahora se muestra un error al usuario. - y se restaura el estado inicial.
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
Comic(const QString pathFile);
|
||||
void setup();
|
||||
//Load pages from file
|
||||
void load(const QString & path);
|
||||
bool load(const QString & path);
|
||||
void loadFromFile(const QString & pathFile);
|
||||
void loadFromDir(const QString & pathDir);
|
||||
int nextPage();
|
||||
|
Reference in New Issue
Block a user