From 4b1a3a1a6e1db60bda77fc70e5be6278426589cd Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 24 Nov 2019 15:02:34 +0100 Subject: Selection: move selection functions from divelist.c to selection.c Since we now have a selection.c translation unit, put the selection- related functions there. Signed-off-by: Berthold Stoeger --- packaging/ios/Subsurface-mobile.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packaging') diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index e622b0824..8d8e40f84 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -70,6 +70,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/equipment.c \ ../../core/gas.c \ ../../core/membuffer.c \ + ../../core/selection.cpp \ ../../core/sha1.c \ ../../core/strtod.c \ ../../core/tag.c \ @@ -187,6 +188,8 @@ HEADERS += \ ../../core/membuffer.h \ ../../core/metrics.h \ ../../core/qt-gui.h \ + ../../core/selection.h \ + ../../core/divecomputer.h \ ../../core/sha1.h \ ../../core/strndup.h \ ../../core/subsurfacestartup.h \ -- cgit v1.2.3-70-g09d2