aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_1029.qml
blob: a9c0aea432be8a31c6a28fc89f3fa18e37b9aa37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import QtQuick 1.0
import UserTypes 1.0

Rectangle
{
    width: 200
    height: 200

    color: "#ff0000"

    TestClass
    {

    }
}