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

@ -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<MinecraftProfile> m_profile;
MinecraftInstance *m_inst;
int currentIdx = 0;
BasePageContainer * m_container = nullptr;
public slots:
void versionCurrent(const QModelIndex &current, const QModelIndex &previous);