summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-02-21 11:12:16 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-02-21 11:12:16 +0100
commit010a5d80d6d5302de6c512d3ffd66d0db1785716 (patch)
tree5fdb7d5e4d754c07fd2da78ecd14f2d5194373ae /src/modlistview.h
parente473caf14a3c844431cad769e3f8c746ba2823cf (diff)
Switch back to invalidating filter when receiving mod updates.
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index 408bc900..a306c955 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -112,6 +112,10 @@ signals:
public slots:
+ // invalidate (refresh) the filter (similar to a layout changed event)
+ //
+ void invalidateFilter();
+
// set the filter criteria/options for mods
//
void setFilterCriteria(const std::vector<ModListSortProxy::Criteria>& criteria);