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

Item {
    objs: [ QtObject {} ]
}