summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 13:25:42 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:17 +0100
commita19ede5b6faaf8bf5299ae02da92e8d604e39468 (patch)
tree7bc4ed2a98fffcd49e5c77c2309465019f20a4da /src/mainwindow.h
parenta105e4c8c881ac720c41ef342769adee14caca47 (diff)
Move filter list to ModListView.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d80f4f63..d07fe54c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -149,7 +149,6 @@ public slots:
void directory_refreshed();
void updatePluginCount();
- void refreshFilters();
signals:
@@ -253,7 +252,6 @@ private:
MOBase::TutorialControl m_Tutorial;
- std::unique_ptr<FilterList> m_Filters;
std::unique_ptr<DataTab> m_DataTab;
std::unique_ptr<DownloadsTab> m_DownloadsTab;
std::unique_ptr<SavesTab> m_SavesTab;
@@ -370,11 +368,6 @@ private slots:
void onRequestsChanged(const APIStats& stats, const APIUserAccount& user);
- void deselectFilters();
- void onFiltersCriteria(const std::vector<ModListSortProxy::Criteria>& filters);
- void onFiltersOptions(
- ModListSortProxy::FilterMode mode, ModListSortProxy::SeparatorsMode sep);
-
void modRenamed(const QString &oldName, const QString &newName);
void modRemoved(const QString &fileName);
@@ -457,7 +450,6 @@ private slots: // ui slots
void on_centralWidget_customContextMenuRequested(const QPoint &pos);
void on_bsaList_customContextMenuRequested(const QPoint &pos);
- void on_clearFiltersButton_clicked();
void on_executablesListBox_currentIndexChanged(int index);
void on_espList_doubleClicked(const QModelIndex &index);
void on_profileBox_currentIndexChanged(int index);