mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add a method to make a comics model reload the continue reading list
This commit is contained in:
@ -883,6 +883,11 @@ void ComicModel::removeInTransaction(int row)
|
||||
endRemoveRows();
|
||||
}
|
||||
|
||||
void ComicModel::reloadContinueReading()
|
||||
{
|
||||
setupReadingModelData(_databasePath);
|
||||
}
|
||||
|
||||
void ComicModel::remove(int row)
|
||||
{
|
||||
removeInTransaction(row);
|
||||
|
Reference in New Issue
Block a user