aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_dialog.h
diff options
context:
space:
mode:
authorIrene Ruengeler <ruengeler@wireshark.org>2014-08-18 10:04:16 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-18 11:25:32 +0000
commit82d8877b371b71612fb86761e97735e93f3666ff (patch)
tree0fe5a4ada003aab4b247bdf6322602b7ed07cbb0 /ui/qt/capture_interfaces_dialog.h
parentf53c6b36a4dcdac712e0e9dbf5fc497dfd124008 (diff)
Capture Options: Add functionality to options and output tab
Change-Id: I4a2116fe5b7ae3997dd7b0f2693aa511f9d52061 Reviewed-on: https://code.wireshark.org/review/3688 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/capture_interfaces_dialog.h')
-rw-r--r--ui/qt/capture_interfaces_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt/capture_interfaces_dialog.h b/ui/qt/capture_interfaces_dialog.h
index 4a11e33f28..f46842d0d3 100644
--- a/ui/qt/capture_interfaces_dialog.h
+++ b/ui/qt/capture_interfaces_dialog.h
@@ -98,6 +98,7 @@ private slots:
void allFilterChanged();
void refreshInterfaceList();
void updateLocalInterfaces();
+ void on_browseButton_clicked();
signals:
void startCapture();
@@ -120,7 +121,7 @@ private:
InterfaceTreeDelegate interface_item_delegate_;
QMap<int, int> deviceMap;
- void saveOptionsToPreferences();
+ bool saveOptionsToPreferences();
};
#endif /* HAVE_LIBPCAP */