aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-25 00:44:50 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-25 07:45:22 +0000
commit9ccf2e04c84776c8f23420ce9fdbfabb3735e75f (patch)
tree36ada62286fdd03b03a1b1d5dcd98b997732e02e /ui/qt/main_window.h
parent35b4487538dc88a5687c5e3a99c8c70c099fdfa8 (diff)
Make Capture -> Refresh Interfaces work.
Add a "refresh the local interfaces" method to WiresharkApplication, which reloads the interface list and emits the "interface list changed" signal, and invoke it from the Capture -> Refresh Interfaces menu item. Change-Id: I9641e4b341eb44d773c556691d8bb9dac776ea9d Reviewed-on: https://code.wireshark.org/review/3195 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 98c205d2df..f7122d1ad7 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -286,6 +286,7 @@ private slots:
#ifdef HAVE_LIBPCAP
void on_actionCaptureOptions_triggered();
+ void on_actionCaptureRefreshInterfaces_triggered();
#endif
void matchFieldFilter(FilterAction::Action action, FilterAction::ActionType filter_type);