summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 02:29:31 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:17 +0100
commit6e4b1790ae4057dfafd39dadff04c8d9b5f2eaeb (patch)
treef809f8e7933dd2d23a33e16279fec42c4a522bc4 /src/mainwindow.h
parent4ee929b68a5ba3f622fd6cecf37f61b983eb0874 (diff)
Move the separator context menu.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 49ecee32..440e39cc 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -152,6 +152,7 @@ public slots:
void directory_refreshed();
void updatePluginCount();
+ void refreshFilters();
signals:
@@ -406,7 +407,6 @@ private slots:
void setPrimaryCategoryCandidates(QMenu* menu, ModInfo::Ptr info);
void addRemoveCategories_MenuHandler(QMenu* menu, int modIndex, const QModelIndex& rowIdx);
- void replaceCategories_MenuHandler(QMenu* menu, int modIndex);
void modInstalled(const QString &modName);
@@ -426,7 +426,6 @@ private slots:
void onRequestsChanged(const APIStats& stats, const APIUserAccount& user);
void deselectFilters();
- void refreshFilters();
void onFiltersCriteria(const std::vector<ModListSortProxy::Criteria>& filters);
void onFiltersOptions(
ModListSortProxy::FilterMode mode, ModListSortProxy::SeparatorsMode sep);