diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:30:30 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:30:30 -0500 |
| commit | 17452071c9b72a48498e7578d65b9b52729f914f (patch) | |
| tree | b072d8d364852ab047329cb89add1ad7b78d8208 /src/mainwindow.h | |
| parent | ecaf75c4531a79b1bdfe65eb60f257ac04422956 (diff) | |
added separators filter
changed notendorsed filter to include anything else than true
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index cbf45635..c99c724b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -660,6 +660,7 @@ private slots: // ui slots void on_categoriesAndBtn_toggled(bool checked); void on_categoriesOrBtn_toggled(bool checked); void on_categoriesNotBtn_toggled(bool checked); + void on_categoriesSeparators_toggled(bool checked); void on_managedArchiveLabel_linkHovered(const QString &link); void storeSettings(); |
