GH-1445 update page list when version and log pages need it
This commit is contained in:
@ -231,6 +231,7 @@ void LogPage::on_btnClear_clicked()
|
||||
if(!m_model)
|
||||
return;
|
||||
m_model->clear();
|
||||
m_parentContainer->refreshContainer();
|
||||
}
|
||||
|
||||
void LogPage::on_btnBottom_clicked()
|
||||
|
Reference in New Issue
Block a user