mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -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)
|
||||
{
|
||||
|
@ -252,11 +252,10 @@ void Viewer::updatePage()
|
||||
updateVerticalScrollBar();
|
||||
emit backgroundChanges();
|
||||
emit(pageAvailable(true));
|
||||
//TODO -> update bookmark action
|
||||
|
||||
setFocus(Qt::ShortcutFocusReason);
|
||||
delete previousPage;
|
||||
|
||||
//TODO: fix loading...please wait!
|
||||
if(currentPage->isNull())
|
||||
setPageUnavailableMessage();
|
||||
|
||||
|
Reference in New Issue
Block a user