mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 06:01:15 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user