From 8212acc9925b28ecd546b01047c6a8fc574326ef Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 25 Oct 2020 09:14:16 +0100 Subject: cleanup: break out event-related code into event.[c|h] In an effort to reduce the size of dive.h and dive.c, break out the event related functions. Moreover event-names were handled by the profile-code, collect that also in the new source files. Signed-off-by: Berthold Stoeger --- packaging/ios/Subsurface-mobile.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging') diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index bcd60efcc..605bce4cd 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -56,6 +56,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../core/device.cpp \ ../../core/dive.c \ ../../core/divefilter.cpp \ + ../../core/event.c \ ../../core/filterconstraint.cpp \ ../../core/filterpreset.cpp \ ../../core/divelist.c \ @@ -204,6 +205,7 @@ HEADERS += \ ../../core/device.h \ ../../core/devicedetails.h \ ../../core/dive.h \ + ../../core/event.h \ ../../core/git-access.h \ ../../core/gpslocation.h \ ../../core/imagedownloader.h \ -- cgit v1.2.3-70-g09d2