HTML export: separate UI and logic code

In order to be able to initiate an HTML export from the core library we
need to separate the actual logic from the UI.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-16 06:34:40 -07:00
parent a2c546152e
commit 6a0e1cd9f6
5 changed files with 194 additions and 141 deletions

View file

@ -276,6 +276,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
divesitehelpers.cpp
checkcloudconnection.cpp
windowtitleupdate.cpp
divelogexportlogic.cpp
${SUBSURFACE_PRINTING_SRCS}
${PLATFORM_SRC}
)