summaryrefslogtreecommitdiffstats
path: root/subsurface-helper.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-10-25 13:57:18 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-25 13:59:52 -0700
commit2b86fe84f9b2ac1edae47ff1dd8e5d34373ddff5 (patch)
tree5b7240a872c7169d1d97a58386d96589bb9d3f71 /subsurface-helper.cpp
parent17d21dbf40782b6eea58d6a6dffa38a5674cc0e0 (diff)
downloadsubsurface-2b86fe84f9b2ac1edae47ff1dd8e5d34373ddff5.tar.gz
cleanup: move application flags to core/subsurfacehelper.h
These flags are not dive-related, therefore move their declaration to the appropriate header file. Likewise, move their definition from parse-xml.c to subsurfacehelper.c Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r--subsurface-helper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp
index da73c05a7..b2afbfc60 100644
--- a/subsurface-helper.cpp
+++ b/subsurface-helper.cpp
@@ -21,6 +21,7 @@
#include "qt-models/mobilelistmodel.h"
#include "profile-widget/qmlprofile.h"
#include "core/downloadfromdcthread.h"
+#include "core/subsurfacestartup.h" // for testqml
#include "qt-models/diveimportedmodel.h"
#include "mobile-widgets/qml/kirigami/src/kirigamiplugin.h"
#else