diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:05:20 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:05:20 -0500 |
| commit | d5e38fca6b3a8c7bf90c5a3d8ec779752a22c61d (patch) | |
| tree | 739a30efabfb7c3777f9781c8a735f4e53bec02d /src/mainwindow.h | |
| parent | fb3c15094fded829b120274189b0b331a68b2afa (diff) | |
added not filter, not functional yet
fixed no mods being displayed for OR with no conditions
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 0c96c15d..cbf45635 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -659,6 +659,7 @@ private slots: // ui slots void on_saveModsButton_clicked(); void on_categoriesAndBtn_toggled(bool checked); void on_categoriesOrBtn_toggled(bool checked); + void on_categoriesNotBtn_toggled(bool checked); void on_managedArchiveLabel_linkHovered(const QString &link); void storeSettings(); |
