subsurface/qt-mobile
Lubomir I. Ivanov daf8f36dd4 main.qml: fix crash on native Win32 desktop
Testing the mobile application on Win32 desktop results
in a crash.

Using ApplicationWindow for some reason makes the executable
enter an inifinity loop on startup until it runs out of RAM.
The output is:

setGeometryDp: Unable to set geometry 160x1200+720+426 on ApplicationWindow_
QMLTYPE_12_QML_111/''. Resulting geometry:  160x885+720+426 (frame: 4, 23, 4,
4, custom margin: 0, 0, 0, 0, minimum size: 0x47, maximum size: 16777215x
16777215).

To fix the crash use "Window" instead of "ApplicationWindow".

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
ACKed-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-11-19 07:55:00 -08:00
..
qml main.qml: fix crash on native Win32 desktop 2015-11-19 07:55:00 -08:00
qmlmanager.cpp Another missing call to mark_divelist_changed 2015-11-18 19:26:07 -08:00
qmlmanager.h Location service: move into subsurface-core 2015-11-18 18:34:49 -08:00
qmlprofile.cpp Cache diveprofile widget in the diveprofile QtQuick item 2015-11-11 19:06:00 -08:00
qmlprofile.h Cache diveprofile widget in the diveprofile QtQuick item 2015-11-11 19:06:00 -08:00