From 9ccf2e04c84776c8f23420ce9fdbfabb3735e75f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 25 Jul 2014 00:44:50 -0700 Subject: 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 --- ui/qt/main_window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt/main_window.h') 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); -- cgit v1.2.3