aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/onBindingInGroupedProperty.qml
blob: 186b8a557fd6b80271315ac7f5cfc057c5a68e68 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick

Rectangle
{
    id: root
    border
    {
        ColorAnimation on color { }
    }
}