summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-01 20:43:13 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:19 +0100
commitbd76c677307bf2106e0823477739680032a897d4 (patch)
tree43e1fa564d47bba1f390bee066ff0256f83c3f97 /src/modlistview.h
parentc135920b16639136d9fa35598c0af4a7b14416b8 (diff)
Disable 'filter separators' combo box when using collapsible separators.
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index 84e55e2b..a2e8505d 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -207,6 +207,7 @@ private:
QLineEdit* filter;
QLabel* currentCategory;
QPushButton* clearFilters;
+ QComboBox* filterSeparators;
};
OrganizerCore* m_core;