diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 04:04:40 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 04:04:40 -0500 |
| commit | 38d56ef8310674bc5a2f8b304ee17a6b7e1c5798 (patch) | |
| tree | 1e4686906e07f4fb01a439e0a2a4bb90ebb1e94e /src/filterlist.h | |
| parent | f080e2e25d05eb639cc4168d3c6905041f4dc564 (diff) | |
fixed setting selection when checking for updates
Diffstat (limited to 'src/filterlist.h')
| -rw-r--r-- | src/filterlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filterlist.h b/src/filterlist.h index e98f81a9..52b90ea7 100644 --- a/src/filterlist.h +++ b/src/filterlist.h @@ -14,7 +14,7 @@ class FilterList : public QObject public: FilterList(Ui::MainWindow* ui, CategoryFactory& factory); - void setSelection(std::vector<int> categories); + void setSelection(const std::vector<ModListSortProxy::Criteria>& criteria); void clearSelection(); void refresh(); |
