summaryrefslogtreecommitdiffstats
path: root/gui/settingsdialog.h
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2013-10-05 01:08:13 +0100
committerSky <git@bunnies.cc>2013-10-05 01:08:13 +0100
commit1dee4bb60d08995f0fd4eb229f131f2ca546d24c (patch)
tree0f08e6351388c60012dd6ab5caf55a8b92eea056 /gui/settingsdialog.h
parenteba9b3d759dbf6e402e91ab897059f1d274aef90 (diff)
downloadMultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.tar
MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.tar.gz
MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.tar.lz
MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.tar.xz
MultiMC-1dee4bb60d08995f0fd4eb229f131f2ca546d24c.zip
Add naive Windows Java detection - JavaUtils for finding it on other systems (incomplete)
Diffstat (limited to 'gui/settingsdialog.h')
-rw-r--r--gui/settingsdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/settingsdialog.h b/gui/settingsdialog.h
index b0a8c673..2611f105 100644
--- a/gui/settingsdialog.h
+++ b/gui/settingsdialog.h
@@ -53,6 +53,8 @@ private slots:
void on_buttonBox_accepted();
+ void on_pushButton_clicked();
+
private:
Ui::SettingsDialog *ui;
};