diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-06-14 11:55:06 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-29 16:13:03 -0700 |
commit | cef15c978d466af37a0f453c50f2e8942ed7cdc2 (patch) | |
tree | 92ccf895cf19b9cc3969e5dfc4ef61a9bdc14527 /subsurface-mobile-main.cpp | |
parent | 4a78f5798ac23d5742e47a2aa99c81493d6b280d (diff) | |
download | subsurface-cef15c978d466af37a0f453c50f2e8942ed7cdc2.tar.gz |
cleanup: move function declarations from dive.h to parse.h
The parse_* functions should probably be declared in parse.h.
Arguably, parse_xml_init() and parse_xml_exit() should be moved
to an init.h file, however that doesn't yet exist.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r-- | subsurface-mobile-main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp index 7cfcd778d..efaeeac36 100644 --- a/subsurface-mobile-main.cpp +++ b/subsurface-mobile-main.cpp @@ -9,6 +9,7 @@ #include "core/dive.h" #include "core/color.h" #include "core/downloadfromdcthread.h" +#include "core/parse.h" #include "core/qt-gui.h" #include "core/qthelper.h" #include "core/subsurfacestartup.h" |