diff options
| author | 2019-11-24 15:02:34 +0100 | |
|---|---|---|
| committer | 2019-12-04 13:00:23 +0100 | |
| commit | 4b1a3a1a6e1db60bda77fc70e5be6278426589cd (patch) | |
| tree | d4d939b28ed65fe94dc2168163f12f3e8be16533 /mobile-widgets | |
| parent | 7787bfbf9e39595d98c459e4af121f3174762c7d (diff) | |
| download | subsurface-4b1a3a1a6e1db60bda77fc70e5be6278426589cd.tar.gz | |
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 <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'mobile-widgets')
| -rw-r--r-- | mobile-widgets/qmlmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index cbe84a453..e1e5df0e5 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -36,6 +36,7 @@ #include "core/downloadfromdcthread.h" #include "core/subsurface-string.h" #include "core/pref.h" +#include "core/selection.h" #include "core/ssrf.h" #include "core/save-profiledata.h" #include "core/settings/qPrefGeneral.h" |