summaryrefslogtreecommitdiff
path: root/ui/qt/interface_sort_filter_model.h
diff options
context:
space:
mode:
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();