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>
This commit is contained in:
Dirk Hohndel 2015-11-05 07:58:32 -08:00
parent 4e174df58f
commit 8edc5497ac

View file

@ -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;