Details
Description
With the latest Qt5-dev, creating a child window is enough to make an app crash on Android:
import QtQuick 2.2 import QtQuick.Window 2.2 Window { width: 360 height: 360 visible: true Window { } // <== }
With the latest Qt5-dev, creating a child window is enough to make an app crash on Android:
import QtQuick 2.2 import QtQuick.Window 2.2 Window { width: 360 height: 360 visible: true Window { } // <== }