aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_825.qml
blob: dc1c450dbb05a6bec16b0892053a2fa801805d11 (plain)
1
2
3
4
5
6
7
8
9
10
import Qt 4.7
import bugs 1.0

Item {
    width: 300; height: 200

    Bug825 {

    }
}