mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
Automated merge with https://bitbucket.org/luisangelsm/yacreader
This commit is contained in:
@ -569,6 +569,7 @@ void TableModel::reload(const ComicDB & comic)
|
||||
if(item->data(TableModel::Id).toULongLong() == comic.id)
|
||||
{
|
||||
found = true;
|
||||
item->setData(TableModel::ReadColumn,comic.info.read);
|
||||
item->setData(TableModel::CurrentPage,comic.info.currentPage);
|
||||
item->setData(TableModel::HasBeenOpened,true);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user