aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_951.qml
blob: dd0a560e78a7c15ec13b158c8ff3e06ba6f02f00 (plain)
1
2
3
4
5
6
7
import Qt 4.7
import my.item 1.0
Rectangle{
    width:10
    height:10
    MyItem{ }
}