From 1a38587877a7bcfe015c885eda4a90dca8ac19f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 26 Sep 2017 19:04:37 +0200 Subject: NOISSUE Legacy migration success now closes the instance window --- application/pages/VersionPage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/pages/VersionPage.h') diff --git a/application/pages/VersionPage.h b/application/pages/VersionPage.h index dff3abd6..0017be5c 100644 --- a/application/pages/VersionPage.h +++ b/application/pages/VersionPage.h @@ -48,8 +48,6 @@ public: } virtual bool shouldDisplay() const override; - virtual void setParentContainer(BasePageContainer *) override; - private slots: void on_forgeBtn_clicked(); void on_liteloaderBtn_clicked(); @@ -85,7 +83,6 @@ private: std::shared_ptr m_profile; MinecraftInstance *m_inst; int currentIdx = 0; - BasePageContainer * m_container = nullptr; public slots: void versionCurrent(const QModelIndex ¤t, const QModelIndex &previous); -- cgit v1.2.3