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

Item {
    id: item
    Component.onCompleted: activeFocus = false
}