diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-05-29 13:53:07 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-29 14:13:12 -0700 |
commit | 60dc9f4ab36acf83ed599a7909ca164af3c9c227 (patch) | |
tree | 2d7b6ab2111e06fafda1ef4dd4c92159d9e0ceee /CMakeLists.txt | |
parent | 85d4bb8a7016fa856e5e1278352ce18939450e36 (diff) | |
download | subsurface-60dc9f4ab36acf83ed599a7909ca164af3c9c227.tar.gz |
Move TablePrintModel to Qt-models
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f63e779fc..3b9a0277e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,6 +257,7 @@ set(SUBSURFACE_MODELS_LIB_SRCS qt-models/weightmodel.cpp qt-models/divecomputermodel.cpp qt-models/treemodel.cpp + qt-models/tableprintmodel.cpp qt-models/yearlystatisticsmodel.cpp qt-models/divetripmodel.cpp qt-models/divecomputerextradatamodel.cpp |