summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-29 23:50:33 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-29 23:50:33 -0500
commit93318a1474031035da5e61ad199171cad5803c2f (patch)
treeddde0238c4453784949f3c6ee454675c953e6825 /src/mainwindow.h
parent4bbdbb000fd5051fe80b5dca21dda60910284333 (diff)
moved all remaining filter stuff to FilterList
renamed some widgets
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 04ba7a35..9837378b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -513,6 +513,9 @@ private slots:
void onRequestsChanged(const APIStats& stats, const APIUserAccount& user);
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 displayModInformation(const QString &modName, ModInfoTabIDs tabID);
@@ -651,10 +654,6 @@ private slots: // ui slots
void on_restoreButton_clicked();
void on_restoreModsButton_clicked();
void on_saveModsButton_clicked();
- void on_categoriesAndBtn_toggled(bool checked);
- void on_categoriesOrBtn_toggled(bool checked);
- void on_categoriesNotBtn_toggled(bool checked);
- void on_categoriesSeparators_toggled(bool checked);
void on_managedArchiveLabel_linkHovered(const QString &link);
void storeSettings();