NOISSUE Legacy migration success now closes the instance window

This commit is contained in:
Petr Mrázek
2017-09-26 19:04:37 +02:00
parent 719f112f64
commit 1a38587877
10 changed files with 41 additions and 19 deletions

View File

@@ -218,7 +218,7 @@ void LogPage::on_btnClear_clicked()
if(!m_model)
return;
m_model->clear();
m_parentContainer->refreshContainer();
m_container->refreshContainer();
}
void LogPage::on_btnBottom_clicked()
@@ -262,8 +262,3 @@ void LogPage::findActivated()
ui->searchBar->selectAll();
}
}
void LogPage::setParentContainer(BasePageContainer * container)
{
m_parentContainer = container;
}