Add a method to make a comics model reload the continue reading list

This commit is contained in:
Luis Ángel San Martín
2022-10-14 20:54:07 +02:00
parent f1dd6d339d
commit 901f05feb1
2 changed files with 6 additions and 0 deletions

View File

@ -883,6 +883,11 @@ void ComicModel::removeInTransaction(int row)
endRemoveRows();
}
void ComicModel::reloadContinueReading()
{
setupReadingModelData(_databasePath);
}
void ComicModel::remove(int row)
{
removeInTransaction(row);