diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-06-06 20:38:16 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-12 09:51:13 -0700 |
commit | c7a35098008b215b1cccad512c4c568cd618f2c6 (patch) | |
tree | 74498e42bbbd96d8864b66c4d4568c50a231907e /mobile-widgets/qmlmanager.cpp | |
parent | f6e94e691f49c1df6c161bfd2961fa28edbf84d3 (diff) | |
download | subsurface-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.cpp | 4 |
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" |