summaryrefslogtreecommitdiffstats
path: root/gui/settingsdialog.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-10-06 02:22:18 +0200
committerPetr Mrázek <peterix@gmail.com>2013-10-06 02:22:18 +0200
commit9cef16a47d8e6085baec08c4b2823631ef8f1b30 (patch)
tree319d22c472b8d502deecd96bc587ce1e07545262 /gui/settingsdialog.h
parentf83119ce7ec3d11a903901b8eff762d2b0a9f635 (diff)
parentb5816f976eca1b2220fff284c5dbceeb5e211bde (diff)
downloadMultiMC-9cef16a47d8e6085baec08c4b2823631ef8f1b30.tar
MultiMC-9cef16a47d8e6085baec08c4b2823631ef8f1b30.tar.gz
MultiMC-9cef16a47d8e6085baec08c4b2823631ef8f1b30.tar.lz
MultiMC-9cef16a47d8e6085baec08c4b2823631ef8f1b30.tar.xz
MultiMC-9cef16a47d8e6085baec08c4b2823631ef8f1b30.zip
Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into develop
Diffstat (limited to 'gui/settingsdialog.h')
-rw-r--r--gui/settingsdialog.h4
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;
};