diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 07:58:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 07:58:50 -0800 |
commit | 8edc5497ac872b56966c2dde43df5b20d8b10a80 (patch) | |
tree | f9b01c80fcfe827fc60e7d941e45d3b10883fde9 /subsurface-android-helper.cpp | |
parent | 4e174df58fd6447bc99826aba9adaa5b4284101d (diff) | |
download | subsurface-8edc5497ac872b56966c2dde43df5b20d8b10a80.tar.gz |
Android build: we no longer have a MainWindow instance
So we don't need to hide it, either
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-android-helper.cpp')
-rw-r--r-- | subsurface-android-helper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-android-helper.cpp b/subsurface-android-helper.cpp index 7b5d5df56..ff6da88ca 100644 --- a/subsurface-android-helper.cpp +++ b/subsurface-android-helper.cpp @@ -29,7 +29,6 @@ void init_ui() void run_ui() { - window->hide(); qmlRegisterType<QMLManager>("org.subsurfacedivelog.mobile", 1, 0, "QMLManager"); qmlRegisterType<QMLProfile>("org.subsurfacedivelog.mobile", 1, 0, "QMLProfile"); QQmlApplicationEngine engine; |