aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-06-06 20:38:16 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-12 09:51:13 -0700
commitc7a35098008b215b1cccad512c4c568cd618f2c6 (patch)
tree74498e42bbbd96d8864b66c4d4568c50a231907e /mobile-widgets/qmlmanager.cpp
parentf6e94e691f49c1df6c161bfd2961fa28edbf84d3 (diff)
downloadsubsurface-c7a35098008b215b1cccad512c4c568cd618f2c6.tar.gz
Android BT: fix compile bug
One Andorid JNI include was missing. And removed the unused ones from QMLManager. [Dirk Hohndel: I had added the missing include elsewhere, so this commit now only has the removal of the unused includes] Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 02345342f..3cfb13d2d 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -11,10 +11,6 @@
#include <QApplication>
#include <QElapsedTimer>
#include <QTimer>
-#if defined(Q_OS_ANDROID)
-#include <QAndroidJniObject>
-#include <QAndroidJniEnvironment>
-#endif
#include "qt-models/divelistmodel.h"
#include "qt-models/gpslistmodel.h"