core: convert divelist.c to C++

Fortunately, not much to do in this file.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-05-01 18:11:35 +02:00 committed by bstoeger
parent a6815661d5
commit 7b79bc954b
4 changed files with 28 additions and 34 deletions

View file

@ -55,7 +55,7 @@ SOURCES += subsurface-mobile-main.cpp \
core/eventtype.cpp \
core/filterconstraint.cpp \
core/filterpreset.cpp \
core/divelist.c \
core/divelist.cpp \
core/divelog.cpp \
core/gas-model.c \
core/gaspressures.c \