Allow threaded compilation in an async Loader
authorMartin Jones <martin.jones@nokia.com>
Tue, 6 Mar 2012 08:03:33 +0000 (18:03 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 15 Mar 2012 09:14:37 +0000 (10:14 +0100)
commit31467e8649979d06ea2f676768016e6a147eadb9
treeb318865886c33aa266141870972adc03900522e0
parentb634c19680cd1d4dd925a18e616844ed420d18ae
Allow threaded compilation in an async Loader

Enables threaded compilation for a Loader "source".

Change-Id: I2d60a3ace07aab58f3b8f069e45a2864178c959f
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
21 files changed:
src/qml/qml/qqmlcomponent.cpp
src/qml/qml/qqmlcomponent.h
src/qml/qml/qqmlcomponent_p.h
src/qml/qml/qqmltypeloader.cpp
src/qml/qml/qqmltypeloader_p.h
src/qml/qml/v8/qqmlbuiltinfunctions.cpp
src/quick/items/qquickloader.cpp
tests/auto/qml/qqmlcomponent/data/TestComponent.2.qml [new file with mode: 0644]
tests/auto/qml/qqmlcomponent/data/TestComponent.qml [new file with mode: 0644]
tests/auto/qml/qqmlcomponent/qqmlcomponent.pro
tests/auto/qml/qqmlcomponent/tst_qqmlcomponent.cpp
tests/auto/qml/qqmlqt/data/TestComponent.2.qml [new file with mode: 0644]
tests/auto/qml/qqmlqt/data/TestComponent.3.qml [new file with mode: 0644]
tests/auto/qml/qqmlqt/data/TestComponent.qml [new file with mode: 0644]
tests/auto/qml/qqmlqt/data/createComponent.2.qml [new file with mode: 0644]
tests/auto/qml/qqmlqt/data/createComponent.qml
tests/auto/qml/qqmlqt/tst_qqmlqt.cpp
tests/auto/quick/qquickloader/data/TestComponent.2.qml [new file with mode: 0644]
tests/auto/quick/qquickloader/data/TestComponent.qml [new file with mode: 0644]
tests/auto/quick/qquickloader/data/simultaneous.qml [new file with mode: 0644]
tests/auto/quick/qquickloader/tst_qquickloader.cpp