2021-02-14 Fred Gleason <fredg@paravelsystems.com>

* Reenabled the 'Import' button on the 'Scheduler Rules' dialog
	in rdlogmanager(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-14 13:50:50 -05:00
parent ef9e33ca12
commit 621888ee46
12 changed files with 90 additions and 91 deletions

View File

@@ -153,6 +153,12 @@ unsigned SchedRulesModel::ruleId(const QModelIndex &row) const
}
void SchedRulesModel::refresh()
{
updateModel();
}
void SchedRulesModel::refresh(const QModelIndex &row)
{
if(row.row()<d_texts.size()) {