mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04:00
some TODOs comments removed
SelectVolume: finished load volume cover/detail
This commit is contained in:
@ -682,10 +682,7 @@ void Render::createComic(const QString & path)
|
||||
}
|
||||
void Render::loadComic(const QString & path,const ComicDB & comicDB)
|
||||
{
|
||||
//if(typeid(*comic) != typeid(FolderComic))
|
||||
comic->load(path,comicDB);
|
||||
//else
|
||||
{/*TODO error*/}
|
||||
comic->load(path,comicDB);
|
||||
}
|
||||
void Render::loadComic(const QString & path, int atPage)
|
||||
{
|
||||
|
Reference in New Issue
Block a user