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

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