From 3b2ae46eb81281b1e145fe58121b542ce30e3925 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 25 Nov 2020 18:30:49 +0100 Subject: profile: move DiveHandler to profile-widget folder These are the small dots that describe dragable points on the profile when in the planner. It makes no sense to have them in desktop's planner-widget code. They belong to the profile. Therefore, move the code there and compile on mobile. Not everything can be compiled on mobile for now, but it is a start. 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 2bcbd698e..23e99b1e8 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -163,6 +163,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../profile-widget/divepixmapitem.cpp \ ../../profile-widget/divetooltipitem.cpp \ ../../profile-widget/tankitem.cpp \ + ../../profile-widget/divehandler.cpp \ ../../profile-widget/divelineitem.cpp \ ../../profile-widget/diverectitem.cpp \ ../../profile-widget/divetextitem.cpp @@ -322,6 +323,7 @@ HEADERS += \ ../../profile-widget/tankitem.h \ ../../profile-widget/animationfunctions.h \ ../../profile-widget/divecartesianaxis.h \ + ../../profile-widget/divehandler.h \ ../../profile-widget/divelineitem.h \ ../../profile-widget/divepixmapitem.h \ ../../profile-widget/diverectitem.h \ -- cgit v1.2.3-70-g09d2