2022-10-14 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in the 'Test Music Import' dialog that caused
	the 'Imported Events' list to fail to be cleared when starting a
	new test.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-10-15 13:54:19 -04:00
parent ad31135bde
commit 5aacb1f6e7
7 changed files with 59 additions and 29 deletions

View File

@@ -168,6 +168,16 @@ void RDLogImportModel::refresh()
}
void RDLogImportModel::clear()
{
beginResetModel();
d_texts.clear();
d_icons.clear();
d_ids.clear();
endResetModel();
}
void RDLogImportModel::updateModel()
{
QList<QVariant> texts;