mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
This again :/, fixing this needs a separated feature branch and long debuging session.
This commit is contained in:
@ -1267,6 +1267,7 @@ void LibraryWindow::loadLibrary(const QString & name)
|
||||
|
||||
void LibraryWindow::loadCoversFromCurrentModel()
|
||||
{
|
||||
comicsViewsManager->comicsView->setModel(new ComicModel()); //TODO fix this
|
||||
comicsViewsManager->comicsView->setModel(comicsModel);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user