diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-28 17:15:22 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:15 +0100 |
| commit | b340c564cfd151540bf5b03f3f878153b8f120ee (patch) | |
| tree | afb2265f9f93c79564622e02d2bd8b8073956dda /src/modlistbypriorityproxy.h | |
| parent | 9d8c64dccbdb5144c6496cbd9ef4eb636f6b4ace (diff) | |
Fix keyboard move selection.
Diffstat (limited to 'src/modlistbypriorityproxy.h')
| -rw-r--r-- | src/modlistbypriorityproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistbypriorityproxy.h b/src/modlistbypriorityproxy.h index 725a3242..19d79f7f 100644 --- a/src/modlistbypriorityproxy.h +++ b/src/modlistbypriorityproxy.h @@ -26,6 +26,7 @@ public: ~ModListByPriorityProxy(); void setProfile(Profile* profile) { m_Profile = profile; } + void refresh(); void setSourceModel(QAbstractItemModel* sourceModel) override; |
