aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/nonexistantProperty.8.qml
blob: 86c5f3bd7d390086c4bcf72066262bb9fd03d315 (plain)
1
2
3
4
5
import QtQuick 2.0
Item {
    id: root
    NumberAnimation on root.opacity { duration: 1000 }
}