From 6cd46bee063f3cc90934480cba3f8fb7908149bd Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 24 Jan 2020 13:31:51 +0100 Subject: divesummary: add DiveSummary class to shared and backend Create DiveSummary class in backend-shared and make the DiveSummary calculation results available to QML. This adds a loop over all dives (could have been done with a model, but the models available to mobile are very limited, so use the basic way). [Dirk Hohndel: renamed the results variable and combined a couple of commits] Signed-off-by: jan Iversen Signed-off-by: Dirk Hohndel --- backend-shared/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'backend-shared/CMakeLists.txt') diff --git a/backend-shared/CMakeLists.txt b/backend-shared/CMakeLists.txt index fdfdb1e05..4ecd58074 100644 --- a/backend-shared/CMakeLists.txt +++ b/backend-shared/CMakeLists.txt @@ -1,6 +1,7 @@ # backend functionality shared between Desktop (UI) and Mobile (QML) set(BACKEND_SRCS + divesummary.cpp exportfuncs.cpp exportfuncs.h plannershared.cpp -- cgit v1.2.3-70-g09d2