summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Application/DataInputDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Application/DataInputDlg.h')
-rw-r--r--src/Authoring/Studio/Application/DataInputDlg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Application/DataInputDlg.h b/src/Authoring/Studio/Application/DataInputDlg.h
index 7e84e4b0..b560c7cc 100644
--- a/src/Authoring/Studio/Application/DataInputDlg.h
+++ b/src/Authoring/Studio/Application/DataInputDlg.h
@@ -93,8 +93,7 @@ protected:
void updateVisibility(int type);
private Q_SLOTS:
- void on_buttonBox_accepted();
- void on_buttonBox_rejected();
+ void accept() override;
void onTypeChanged(int type);
void onMinChanged(float min);
void onMaxChanged(float max);