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:
parent
4e174df58f
commit
8edc5497ac
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user