summaryrefslogtreecommitdiffstats
path: root/gui/dialogs/SettingsDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialogs/SettingsDialog.h')
-rw-r--r--gui/dialogs/SettingsDialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/dialogs/SettingsDialog.h b/gui/dialogs/SettingsDialog.h
index bcf57a80..11fdb696 100644
--- a/gui/dialogs/SettingsDialog.h
+++ b/gui/dialogs/SettingsDialog.h
@@ -41,7 +41,8 @@ public:
void loadSettings(SettingsObject *s);
protected:
- virtual void showEvent(QShowEvent *);
+ virtual void showEvent(QShowEvent *ev);
+ virtual void closeEvent(QCloseEvent *ev);
private
slots:
@@ -64,6 +65,8 @@ slots:
void on_buttonBox_accepted();
+ void on_buttonBox_rejected();
+
void on_javaDetectBtn_clicked();
void on_javaTestBtn_clicked();