aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_preferences_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/capture_preferences_frame.h')
-rw-r--r--ui/qt/capture_preferences_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/capture_preferences_frame.h b/ui/qt/capture_preferences_frame.h
index 1932396a9a..0806436b89 100644
--- a/ui/qt/capture_preferences_frame.h
+++ b/ui/qt/capture_preferences_frame.h
@@ -47,6 +47,7 @@ private slots:
void on_capturePcapNgCheckBox_toggled(bool checked);
void on_captureRealTimeCheckBox_toggled(bool checked);
void on_captureAutoScrollCheckBox_toggled(bool checked);
+ void on_captureNoExtcapCheckBox_toggled(bool checked);
private:
Ui::CapturePreferencesFrame *ui;
@@ -56,6 +57,7 @@ private:
pref_t *pref_pcap_ng_;
pref_t *pref_real_time_;
pref_t *pref_auto_scroll_;
+ pref_t *pref_no_extcap_;
void updateWidgets();
};