diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 01:53:09 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 01:53:09 -0500 |
| commit | e99dfe153c62f914ada0605430305fca81a332a9 (patch) | |
| tree | a197b9620fb681781e29e5d488621bfa6d2eeb27 /src/mainwindow.h | |
| parent | 93318a1474031035da5e61ad199171cad5803c2f (diff) | |
renamed filters to criteria
merged categories and content, they can be distinguished using the type
added a not flag for criteria, not used yet
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 9837378b..0b559300 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -514,8 +514,8 @@ private slots: void deselectFilters(); void refreshFilters(); - void onFilters(const std::vector<int>& categories, const std::vector<int>& content); - void onFiltersCriteria(ModListSortProxy::FilterMode mode, bool inverse, bool separators); + void onFiltersCriteria(const std::vector<ModListSortProxy::Criteria>& filters); + void onFiltersOptions(ModListSortProxy::FilterMode mode, bool separators); void displayModInformation(const QString &modName, ModInfoTabIDs tabID); |
