diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-29 21:40:22 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:16 +0100 |
| commit | 095348c16f58d757f2d9549d06fd12d5ed14a1d2 (patch) | |
| tree | eeb2e1641508f00aed0a7df8df3a9fe02fec14c9 /src/modlistview.h | |
| parent | 44e846cf18d2e46b471183fd1d5ba81a4b7a312d (diff) | |
Add option to disable collapsible separators.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index 3520bfc4..2ea5891c 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -65,10 +65,9 @@ public: //
QRect visualRect(const QModelIndex& index) const override;
- // refresh the style of the mod list, this needs to be called when the
- // stylesheet is changed
+ // refresh the view (to call when settings have been changed)
//
- void refreshStyle();
+ void refresh();
signals:
|
