qtdeclarative/examples/qml/tutorials/extending-qml
Sebastian Lösch 392c7b9934 Instantiate static Qml plugins declaring QQmlExtensionInterface only
When instantiating static plugins no check is done whether the
QQmlExtensionInterface is declared. Therefore all user plugins are
instantiated in the Qml thread, which may cause problems.

Task-number: QTBUG-52012
Change-Id: Ia91ec5ec7b2a9721bd11e3648cdc161855b4454e
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
2016-04-11 14:10:54 +00:00
..
chapter1-basics Fixed license headers 2015-02-17 13:33:18 +00:00
chapter2-methods Fixed license headers 2015-02-17 13:33:18 +00:00
chapter3-bindings Fixed license headers 2015-02-17 13:33:18 +00:00
chapter4-customPropertyTypes Fixed license headers 2015-02-17 13:33:18 +00:00
chapter5-listproperties Fixed license headers 2015-02-17 13:33:18 +00:00
chapter6-plugins Instantiate static Qml plugins declaring QQmlExtensionInterface only 2016-04-11 14:10:54 +00:00
extending-qml.pro Doc: Combine the extending QML tutorial chapters into a single example 2014-09-30 12:33:22 +02:00