This again :/, fixing this needs a separated feature branch and long debuging session.

This commit is contained in:
Luis Ángel San Martín
2016-04-12 23:01:39 +02:00
parent 939a52dd6e
commit 4fcd7225da
3 changed files with 3 additions and 12 deletions

View File

@ -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);
}