summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/versionedbase.qml
Commit message (Collapse)AuthorAgeFilesLines
* Test importing version > registered with a matching base class rev.Martin Jones2011-01-051-0/+8
Consieder the case of a BaseClass registered with version 1.1 and the created Class registered with version 1.0. When version 1.1 is imported the Class should be able to use BaseClass properties from version 1.1. This currently fails. Task-number: QTBUG-13451