QDeclarativeIncubator autotests
authorAaron Kennedy <aaron.kennedy@nokia.com>
Thu, 6 Oct 2011 07:33:39 +0000 (17:33 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Oct 2011 02:26:50 +0000 (04:26 +0200)
commitd517e9c541e5869e87006faeccd60be5690bee5b
treefaf429942478baa9bf11fa7cad6a63153b6bfaa7
parentff79fc671407c2457edee1b0a3404928897e6948
QDeclarativeIncubator autotests

Change-Id: I5c4594c40fccfe6cb8b198a5fd6c11b468b0562e
Reviewed-on: http://codereview.qt-project.org/6118
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
src/declarative/qml/qdeclarativecomponent.cpp
src/declarative/qml/qdeclarativeincubator.cpp
src/declarative/qml/qdeclarativevme.cpp
src/declarative/qml/qdeclarativevme_p.h
tests/auto/declarative/qdeclarativeincubator/data/AsynchronousIfNestedType.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.1.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.2.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.js [new file with mode: 0644]
tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeincubator/data/statusChanged.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeincubator/tst_qdeclarativeincubator.cpp