summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/versionedbase.qml
blob: 8c747157d4f4e876f87850342288c6e90dd29449 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0
import Test 1.1

MySubclass
{
    prop1: 10
    prop2: 10
}