URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3fb32662a861fffbdda802a0bb7fd359f2a837fd
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3fb3266 by Roland Knall (rknall@xxxxxxxxx):
InterfaceList: Add button to toggle hidden interfaces
Add a button to the context menu, to allow for easy display of hidden
interfaces, and make that a storable preference
Change-Id: I8df5562b3ce8119b0ed38f9893c1879127f40c47
Reviewed-on: https://code.wireshark.org/review/18005
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 4a87ecb Qt: remove unused private member (found by clang).
adds 3fb3266 InterfaceList: Add button to toggle hidden interfaces
Summary of changes:
epan/prefs.c | 7 +++++++
epan/prefs.h | 1 +
ui/qt/interface_frame.cpp | 14 ++++++++++++++
ui/qt/interface_frame.h | 2 +-
ui/qt/interface_sort_filter_model.cpp | 14 ++++++++++++++
ui/qt/interface_sort_filter_model.h | 1 +
6 files changed, 38 insertions(+), 1 deletion(-)