summaryrefslogtreecommitdiff
path: root/ui/qt/interface_sort_filter_model.h
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2016-10-17 11:57:00 +0200
committerRoland Knall <rknall@gmail.com>2016-10-17 14:43:22 +0000
commit81904c70a85c5e335908b628667cac84e560beef (patch)
tree2d333c089f19a818b72e7ecaf835359bf2b5b1d6 /ui/qt/interface_sort_filter_model.h
parent0c4eb2779f5507c498f9f076a993f0d0f988f1cd (diff)
downloadwireshark-81904c70a85c5e335908b628667cac84e560beef.tar.gz
InterfaceList: Change Buttons to combobox
Change the buttons to a combobox selector, and move that selector to the right of the capture filter box. Bug: 12971 Change-Id: Ib85d51cca128ed76eb08886e92660ede51d5982f Reviewed-on: https://code.wireshark.org/review/18186 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/interface_sort_filter_model.h')
-rw-r--r--ui/qt/interface_sort_filter_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/interface_sort_filter_model.h b/ui/qt/interface_sort_filter_model.h
index 9e2d323a3b..d853f9e321 100644
--- a/ui/qt/interface_sort_filter_model.h
+++ b/ui/qt/interface_sort_filter_model.h
@@ -45,6 +45,7 @@ public:
bool isInterfaceTypeShown(int ifType) const;
void setFilterByType(bool filter, bool invert = false);
bool filterByType() const;
+ void toggleTypeVisibility(int ifType);
QList<int> typesDisplayed();