mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 18:13:01 -05: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