aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/shadowedSlot.qml
blob: cb09645746177094604d616ae4711470671b3815 (plain)
1
2
3
4
5
6
import QtQml

ObjectModel {
    property bool move: false
    Component.onCompleted: move()
}