diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 10:41:52 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 10:41:52 -0500 |
| commit | 3c25117fe163f7fab7afa22ba171ea2d41112f23 (patch) | |
| tree | a2a48759382677373bb1d23c5473e85c6ec0dd0e /src/mainwindow.h | |
| parent | d2073ef2bd62527034864fd0cacd5537aff33218 (diff) | |
three modes for separators, save state
renamed enumerators
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
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); |
