Fix member array of model not being cleared on refresh

This commit is contained in:
Bart De Vries 2023-03-21 19:56:32 +01:00
parent 97e66aa587
commit 4d41fc96a3
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ void EpisodeModel::updateInternalState()
m_read.clear();
m_new.clear();
m_titles.clear();
m_contents.clear();
m_feedNames.clear();
QSqlQuery query;