core: convert file.c to C++

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-02-28 07:50:11 +01:00 committed by Michael Keller
parent a032d9c979
commit d803e42314
3 changed files with 31 additions and 37 deletions

View file

@ -41,7 +41,7 @@ SOURCES += subsurface-mobile-main.cpp \
core/qt-init.cpp \
core/subsurfacesysinfo.cpp \
core/windowtitleupdate.cpp \
core/file.c \
core/file.cpp \
core/fulltext.cpp \
core/subsurfacestartup.cpp \
core/pref.c \