aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickloader/data/loader-async-race-rect.qml
blob: a56dcea5ad18f8d89962ceefb3f2e9ba948cad01 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.15

Rectangle {
    anchors.fill: parent
    color: "blue"
    Item {
        Item {
        }
    }
}