summaryrefslogtreecommitdiff
path: root/src/filterlist.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-30 04:04:40 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-30 04:04:40 -0500
commit38d56ef8310674bc5a2f8b304ee17a6b7e1c5798 (patch)
tree1e4686906e07f4fb01a439e0a2a4bb90ebb1e94e /src/filterlist.h
parentf080e2e25d05eb639cc4168d3c6905041f4dc564 (diff)
fixed setting selection when checking for updates
Diffstat (limited to 'src/filterlist.h')
-rw-r--r--src/filterlist.h2
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();