mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move DivePictureModel to qt-models
This class will surely be used on the mobile version, and it was very tangled inside divepicturewidget. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
37bd82f623
commit
ffc0c8ee99
11 changed files with 181 additions and 156 deletions
|
@ -263,6 +263,7 @@ set(SUBSURFACE_MODELS_LIB_SRCS
|
|||
qt-models/divecomputerextradatamodel.cpp
|
||||
qt-models/completionmodels.cpp
|
||||
qt-models/profileprintmodel.cpp
|
||||
qt-models/divepicturemodel.cpp
|
||||
)
|
||||
source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue