Minor fixes for MessageContentModel and ThreadModel

This commit is contained in:
James Graham
2024-08-27 15:58:27 +01:00
parent 6d77ed1e0e
commit 5b04ad6805
2 changed files with 8 additions and 1 deletions

View File

@@ -117,6 +117,9 @@ void ThreadModel::addModels()
addSourceModel(*it);
}
addSourceModel(m_threadChatBarModel);
beginResetModel();
endResetModel();
}
void ThreadModel::clearModels()