diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-05 13:14:06 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-05 13:14:06 +0100 |
| commit | bcdf38f5cf24347829d3692997b56ab8a9ba3669 (patch) | |
| tree | a8de256e3c5e2b5cb2ba0c0ba017ef530d007f0b /src/modlistview.h | |
| parent | 8685fcda318f2fc18f544ce491bb36e6132840b0 (diff) | |
Avoid switching proxy model when not necessary.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
//
|
