diff options
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:
|
