aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/valueSourceBetween2interceptors.qml
blob: eaa24ef3392e3f059c32d898cf0827a8a13d7c3e (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Item {
    Behavior on x {}
    SequentialAnimation on x {}
    Behavior on x {}
}