diff options
author | Sky <git@bunnies.cc> | 2013-10-05 01:08:13 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-10-05 01:08:13 +0100 |
commit | 1dee4bb60d08995f0fd4eb229f131f2ca546d24c (patch) | |
tree | 0f08e6351388c60012dd6ab5caf55a8b92eea056 /gui/settingsdialog.h | |
parent | eba9b3d759dbf6e402e91ab897059f1d274aef90 (diff) | |
download | MultiMC-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.h | 2 |
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; }; |