mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue