Move model code to models

This makes it easery to use it on Qml.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2017-04-18 17:32:10 +02:00 committed by Dirk Hohndel
parent 6bfd20a014
commit 3c3f91dcb2
5 changed files with 149 additions and 138 deletions

View file

@ -22,6 +22,7 @@ set(SUBSURFACE_MODELS_LIB_SRCS
ssrfsortfilterproxymodel.cpp
divelistmodel.cpp
gpslistmodel.cpp
diveimportedmodel.cpp
)
source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS})