mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
7787bfbf9e
commit
4b1a3a1a6e
14 changed files with 142 additions and 127 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue