summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-02 10:41:52 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-12-02 10:41:52 -0500
commit3c25117fe163f7fab7afa22ba171ea2d41112f23 (patch)
treea2a48759382677373bb1d23c5473e85c6ec0dd0e /src/mainwindow.h
parentd2073ef2bd62527034864fd0cacd5537aff33218 (diff)
three modes for separators, save state
renamed enumerators
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 0b559300..69aee073 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -515,7 +515,8 @@ private slots:
void deselectFilters();
void refreshFilters();
void onFiltersCriteria(const std::vector<ModListSortProxy::Criteria>& filters);
- void onFiltersOptions(ModListSortProxy::FilterMode mode, bool separators);
+ void onFiltersOptions(
+ ModListSortProxy::FilterMode mode, ModListSortProxy::SeparatorsMode sep);
void displayModInformation(const QString &modName, ModInfoTabIDs tabID);