diff options
| author | Petr Mrázek <peterix@gmail.com> | 2013-10-06 02:22:18 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2013-10-06 02:22:18 +0200 |
| commit | 9cef16a47d8e6085baec08c4b2823631ef8f1b30 (patch) | |
| tree | 319d22c472b8d502deecd96bc587ce1e07545262 /gui/settingsdialog.h | |
| parent | f83119ce7ec3d11a903901b8eff762d2b0a9f635 (diff) | |
| parent | b5816f976eca1b2220fff284c5dbceeb5e211bde (diff) | |
| download | PrismLauncher-9cef16a47d8e6085baec08c4b2823631ef8f1b30.tar.gz PrismLauncher-9cef16a47d8e6085baec08c4b2823631ef8f1b30.tar.bz2 PrismLauncher-9cef16a47d8e6085baec08c4b2823631ef8f1b30.zip | |
Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into develop
Diffstat (limited to 'gui/settingsdialog.h')
| -rw-r--r-- | gui/settingsdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/settingsdialog.h b/gui/settingsdialog.h index b0a8c673..a8dfb1c6 100644 --- a/gui/settingsdialog.h +++ b/gui/settingsdialog.h @@ -53,6 +53,10 @@ private slots: void on_buttonBox_accepted(); + void on_pushButton_clicked(); + + void on_btnBrowse_clicked(); + private: Ui::SettingsDialog *ui; }; |
