Move Tankinfomodel to its own file

Another change to make it easier to program the mobile ui. This was a
fairly easy patch: just moved the contents of the file and fixed the
includes.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-05-28 16:39:15 -03:00 committed by Dirk Hohndel
parent f432b764e7
commit 32b0afa3e7
8 changed files with 154 additions and 140 deletions

View file

@ -252,6 +252,7 @@ set(SUBSURFACE_MODELS_LIB_SRCS
qt-models/diveplannermodel.cpp
qt-models/models.cpp
qt-models/filtermodels.cpp
qt-models/tankinfomodel.cpp
qt-models/completionmodels.cpp
)
source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS})