summaryrefslogtreecommitdiffstats
path: root/application/pages/LogPage.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-09-26 19:04:37 +0200
committerPetr Mrázek <peterix@gmail.com>2017-09-26 19:04:37 +0200
commit1a38587877a7bcfe015c885eda4a90dca8ac19f4 (patch)
tree9c3205039fc2288f4dff8da98606139046f9d7cb /application/pages/LogPage.cpp
parent719f112f64b79ae78e0b1736355adfae81f6dcc0 (diff)
downloadMultiMC-1a38587877a7bcfe015c885eda4a90dca8ac19f4.tar
MultiMC-1a38587877a7bcfe015c885eda4a90dca8ac19f4.tar.gz
MultiMC-1a38587877a7bcfe015c885eda4a90dca8ac19f4.tar.lz
MultiMC-1a38587877a7bcfe015c885eda4a90dca8ac19f4.tar.xz
MultiMC-1a38587877a7bcfe015c885eda4a90dca8ac19f4.zip
NOISSUE Legacy migration success now closes the instance window
Diffstat (limited to 'application/pages/LogPage.cpp')
-rw-r--r--application/pages/LogPage.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/application/pages/LogPage.cpp b/application/pages/LogPage.cpp
index 75e1df7d..025d902b 100644
--- a/application/pages/LogPage.cpp
+++ b/application/pages/LogPage.cpp
@@ -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;
-}