mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
load(path,atPage) added in viewer,render and comic classes
updated CHANGELOG
This commit is contained in:
@ -564,7 +564,7 @@ void Render::update()
|
||||
//-----------------------------------------------------------------------------
|
||||
// Comic interface
|
||||
//-----------------------------------------------------------------------------
|
||||
void Render::load(const QString & path)
|
||||
void Render::load(const QString & path, int atPage)
|
||||
{
|
||||
if(comic!=0)
|
||||
{
|
||||
@ -612,7 +612,7 @@ void Render::load(const QString & path)
|
||||
|
||||
pagesReady.clear();
|
||||
|
||||
comic->load(path); //garantiza que se va a intentar abrir el c<>mic
|
||||
comic->load(path,atPage); //garantiza que se va a intentar abrir el c<>mic
|
||||
|
||||
if(thread != NULL)
|
||||
thread->start();
|
||||
|
Reference in New Issue
Block a user