aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/badCompositeRegistration.2.errors.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add qmlRegisterType for Composite TypesAlan Alpert2013-02-181-0/+2
This is equivalent functionality to registering a composite type in a qmldir file, a type name in a versioned module is associated with a given file. This function now allows that to be done easily from C++. Change-Id: I1cf44b92c3ad7fee593f4f84773c35b56253e628 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>