Extract all QtQuick 1 elements into a separate library/plugin.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativev4 / data / nullQObject.qml
1 import QtQuick 2.0
2
3 Item {  
4     property QtObject obj
5     property QtObject test
6     test: obj
7 }