mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: add qPref.h_and qPrefprivate.h
add 2 header files and 1 cpp file (qPrefPrivate does not have an implementation) The rewrite/consoliadation of SettingsObjectWrapper, qmlmanager, qmlpref and planner needs a place to put common private parts (qPrefPrivate) and 1 common class (qPref). Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
6c9c2168e1
commit
d02a03983d
5 changed files with 121 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \
|
|||
../../core/btdiscovery.cpp \
|
||||
../../core/connectionlistmodel.cpp \
|
||||
../../core/qt-ble.cpp \
|
||||
../../core/settings/qPref.cpp \
|
||||
../../core/subsurface-qt/CylinderObjectHelper.cpp \
|
||||
../../core/subsurface-qt/DiveObjectHelper.cpp \
|
||||
../../core/subsurface-qt/SettingsObjectWrapper.cpp \
|
||||
|
|
@ -183,6 +184,8 @@ HEADERS += \
|
|||
../../core/btdiscovery.h \
|
||||
../../core/connectionlistmodel.h \
|
||||
../../core/qt-ble.h \
|
||||
../../core/settings/qPref.h \
|
||||
../../core/settings/qPref_private.h \
|
||||
../../core/subsurface-qt/CylinderObjectHelper.h \
|
||||
../../core/subsurface-qt/DiveObjectHelper.h \
|
||||
../../core/subsurface-qt/SettingsObjectWrapper.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue