aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/filtermodels.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/filtermodels.h')
-rw-r--r--qt-models/filtermodels.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/qt-models/filtermodels.h b/qt-models/filtermodels.h
index 7ef50df92..39f6f83e4 100644
--- a/qt-models/filtermodels.h
+++ b/qt-models/filtermodels.h
@@ -35,9 +35,12 @@ struct FilterData {
QStringList people;
QStringList location;
QStringList equipment;
+ bool tagsNegate = false;
+ bool peopleNegate = false;
+ bool locationNegate = false;
+ bool equipmentNegate = false;
bool logged = true;
bool planned = true;
- bool invertFilter;
};
class MultiFilterSortModel : public QSortFilterProxyModel {