Update secondary views when the model gets reloaded

This commit is contained in:
Luis Ángel San Martín
2023-08-16 17:46:33 +02:00
parent f3b551f72a
commit 5b8ec75e5f
4 changed files with 9 additions and 1 deletions

View File

@ -52,6 +52,7 @@ void ComicsView::reloadContent()
{
if (model != nullptr) {
model->reload();
updateInfoForIndex(currentIndex().row());
}
}