mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a2c546152e
commit
6a0e1cd9f6
5 changed files with 194 additions and 141 deletions
|
|
@ -276,6 +276,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
divesitehelpers.cpp
|
||||
checkcloudconnection.cpp
|
||||
windowtitleupdate.cpp
|
||||
divelogexportlogic.cpp
|
||||
${SUBSURFACE_PRINTING_SRCS}
|
||||
${PLATFORM_SRC}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue