mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: make profile self contained
move qmlprofile.* to profile dir, to keep all parts of the widget in one place. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
cade4829a3
commit
aab8f0dcf6
5 changed files with 6 additions and 6 deletions
|
@ -81,7 +81,6 @@ SOURCES += ../../subsurface-mobile-main.cpp \
|
|||
../../core/subsurface-qt/DiveObjectHelper.cpp \
|
||||
../../core/subsurface-qt/SettingsObjectWrapper.cpp \
|
||||
../../mobile-widgets/qmlmanager.cpp \
|
||||
../../mobile-widgets/qmlprofile.cpp \
|
||||
../../qt-models/divelistmodel.cpp \
|
||||
../../qt-models/diveplotdatamodel.cpp \
|
||||
../../qt-models/gpslistmodel.cpp \
|
||||
|
@ -90,6 +89,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \
|
|||
../../qt-models/maplocationmodel.cpp \
|
||||
../../qt-models/diveimportedmodel.cpp \
|
||||
../../qt-models/messagehandlermodel.cpp \
|
||||
../../profile-widget/qmlprofile.cpp \
|
||||
../../profile-widget/divecartesianaxis.cpp \
|
||||
../../profile-widget/diveeventitem.cpp \
|
||||
../../profile-widget/diveprofileitem.cpp \
|
||||
|
@ -183,7 +183,6 @@ HEADERS += \
|
|||
../../core/subsurface-qt/DiveObjectHelper.h \
|
||||
../../core/subsurface-qt/SettingsObjectWrapper.h \
|
||||
../../mobile-widgets/qmlmanager.h \
|
||||
../../mobile-widgets/qmlprofile.h \
|
||||
../../map-widget/qmlmapwidgethelper.h \
|
||||
../../qt-models/divelistmodel.h \
|
||||
../../qt-models/diveplotdatamodel.h \
|
||||
|
@ -194,6 +193,7 @@ HEADERS += \
|
|||
../../qt-models/maplocationmodel.h \
|
||||
../../qt-models/diveimportedmodel.h \
|
||||
../../qt-models/messagehandlermodel.h \
|
||||
../../profile-widget/qmlprofile.h \
|
||||
../../profile-widget/diveprofileitem.h \
|
||||
../../profile-widget/profilewidget2.h \
|
||||
../../profile-widget/ruleritem.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue