mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
qt-models: remove obsolete printer related classes
The profileprintmodel.cpp/.h and the tableprintmode.cpp/.h pairs are obsolete. The print layouting is now handled via the Grantlee library and HTML. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b8c71ef6cd
commit
36314a86f8
5 changed files with 1 additions and 358 deletions
|
|
@ -11,12 +11,10 @@ set(SUBSURFACE_MODELS_LIB_SRCS
|
|||
weightmodel.cpp
|
||||
divecomputermodel.cpp
|
||||
treemodel.cpp
|
||||
tableprintmodel.cpp
|
||||
yearlystatisticsmodel.cpp
|
||||
divetripmodel.cpp
|
||||
divecomputerextradatamodel.cpp
|
||||
completionmodels.cpp
|
||||
profileprintmodel.cpp
|
||||
divepicturemodel.cpp
|
||||
diveplotdatamodel.cpp
|
||||
divelocationmodel.cpp
|
||||
|
|
@ -26,4 +24,4 @@ set(SUBSURFACE_MODELS_LIB_SRCS
|
|||
|
||||
source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS})
|
||||
add_library(subsurface_models STATIC ${SUBSURFACE_MODELS_LIB_SRCS})
|
||||
target_link_libraries(subsurface_models ${QT_LIBRARIES})
|
||||
target_link_libraries(subsurface_models ${QT_LIBRARIES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue