mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Move DivePlotDataModel to qt-models
I think with this one I'm finished. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ffc0c8ee99
commit
ec5717aaa1
3 changed files with 2 additions and 1 deletions
|
@ -264,6 +264,8 @@ set(SUBSURFACE_MODELS_LIB_SRCS
|
|||
qt-models/completionmodels.cpp
|
||||
qt-models/profileprintmodel.cpp
|
||||
qt-models/divepicturemodel.cpp
|
||||
qt-models/diveplotdatamodel.cpp
|
||||
|
||||
)
|
||||
source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS})
|
||||
|
||||
|
@ -316,7 +318,6 @@ set(SUBSURFACE_PROFILE_LIB_SRCS
|
|||
qt-ui/profile/divetextitem.cpp
|
||||
qt-ui/profile/animationfunctions.cpp
|
||||
qt-ui/profile/divecartesianaxis.cpp
|
||||
qt-ui/profile/diveplotdatamodel.cpp
|
||||
qt-ui/profile/diveprofileitem.cpp
|
||||
qt-ui/profile/diveeventitem.cpp
|
||||
qt-ui/profile/divetooltipitem.cpp
|
||||
|
|
Loading…
Reference in a new issue