aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimations/data/parallelAnimationNullChildBug.qml
blob: 8da3e8e1af3e42603deebb78aec8d4919353bebd (plain)
1
2
3
4
5
6
import QtQuick 2.2

Item {
    id: root
    Component.onCompleted: Qt.createQmlObject("import QtQuick 2.2; ParallelAnimation{animations: [null]}", root)
}