summaryrefslogtreecommitdiff
path: root/ui/qt/extcap_options_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/extcap_options_dialog.h')
-rw-r--r--ui/qt/extcap_options_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/extcap_options_dialog.h b/ui/qt/extcap_options_dialog.h
index 3ca859ed35..14850a3836 100644
--- a/ui/qt/extcap_options_dialog.h
+++ b/ui/qt/extcap_options_dialog.h
@@ -56,6 +56,7 @@ public:
private Q_SLOTS:
void on_buttonBox_accepted();
void on_buttonBox_rejected();
+ void on_buttonBox_clicked(QAbstractButton *button);
void on_buttonBox_helpRequested();
void updateWidgets();
void anyValueChanged();
@@ -69,8 +70,11 @@ private:
ExtcapArgumentList extcapArguments;
+ void loadArguments();
+
bool saveOptionToCaptureInfo();
void storeValues();
+ void resetValues();
};
#endif /* HAVE_EXTCAP */