core: convert save-profiledata to C++

Leave the code as is for now. Just replace membuffer by its
C++ version.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-05-03 07:48:17 +02:00 committed by bstoeger
parent e537904965
commit aaab5157d4
3 changed files with 3 additions and 4 deletions

View file

@ -105,7 +105,7 @@ SOURCES += subsurface-mobile-main.cpp \
core/qt-ble.cpp \
core/uploadDiveShare.cpp \
core/uploadDiveLogsDE.cpp \
core/save-profiledata.c \
core/save-profiledata.cpp \
core/xmlparams.cpp \
core/settings/qPref.cpp \
core/settings/qPrefCloudStorage.cpp \