aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativev4/data/nullQObject.qml
blob: 283c1a199b1f0b1040476f7c27fe5017b3ad5698 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

Item {  
    property QtObject obj
    property QtObject test
    test: obj
}