mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
removed loadCovers and reloadCovers methods
This commit is contained in:
@ -62,6 +62,9 @@ void GridComicsView::setModel(ComicModel *model)
|
||||
ctxt->setContextProperty("comicsSelectionHelper", this);
|
||||
ctxt->setContextProperty("comicRatingHelper", this);
|
||||
ctxt->setContextProperty("dummyValue", true);
|
||||
|
||||
if(model->rowCount()>0)
|
||||
setCurrentIndex(model->index(0,0));
|
||||
}
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
|
Reference in New Issue
Block a user