From bcdf38f5cf24347829d3692997b56ab8a9ba3669 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 5 Jan 2021 13:14:06 +0100 Subject: Avoid switching proxy model when not necessary. --- src/modlistview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modlistview.h') diff --git a/src/modlistview.h b/src/modlistview.h index ed4ad2d0..2fed4969 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -212,7 +212,7 @@ private: // refresh the group-by proxy, if the index is -1 will refresh the // current one (e.g. when changing the sort column) // - void updateGroupByProxy(int groupIndex); + void updateGroupByProxy(); // index in the groupby combo // -- cgit v1.3.1