From af9d379a4147b01ea599c86e0ff001cace926c1c Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 15 May 2020 17:05:34 +0200 Subject: filter: add filter constraint model Add a model that keeps track of a list of filter constraint and makes them accessible from Qt. Sadly, this is mostly repetitive boiler-plate code, but this is due to Qt's model/view-API, which is a perfect example of how *not* to design a reasonable modern API. Signed-off-by: Berthold Stoeger --- packaging/ios/Subsurface-mobile.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging/ios') diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 68fc0ac4c..fb915a56b 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -144,6 +144,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../qt-models/tankinfomodel.cpp \ ../../qt-models/models.cpp \ ../../qt-models/weightsysteminfomodel.cpp \ + ../../qt-models/filterconstraintmodel.cpp \ ../../profile-widget/qmlprofile.cpp \ ../../profile-widget/divecartesianaxis.cpp \ ../../profile-widget/diveeventitem.cpp \ @@ -293,6 +294,7 @@ HEADERS += \ ../../qt-models/tankinfomodel.h \ ../../qt-models/models.h \ ../../qt-models/weightsysteminfomodel.h \ + ../../qt-models/filterconstraintmodel.h \ ../../profile-widget/qmlprofile.h \ ../../profile-widget/diveprofileitem.h \ ../../profile-widget/profilewidget2.h \ -- cgit v1.2.3-70-g09d2