qmlplugindump: New component properties isCreatable and isSingleton
authorDaniel Pesch <dpesch@blackberry.com>
Mon, 20 Jan 2014 15:40:30 +0000 (16:40 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 20 Jan 2014 16:21:02 +0000 (17:21 +0100)
commit4c5cd2f04fdaf946cc67896db7c190a318811d86
tree0a2d12876a57af78bed444c3c366401e554bc845
parent19025ab3422658ab27415cee99336d88a4ae19fa
qmlplugindump: New component properties isCreatable and isSingleton

Qmlplugindump tool does not generate information about singleton status
and creatability from QML for a component. This patch adds two new boolean
properties that contain this information. It is used by Momentics IDE for
providing better code validation and could be used by QtCreator in future
in similar way.

Task-number: QTBUG-36139
Change-Id: If85374a1854aaa0727670b27df735d481cab5337
Signed-off-by: Daniel Pesch <dpesch@blackberry.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
tools/qmlplugindump/main.cpp
tools/qmlplugindump/qmlstreamwriter.cpp
tools/qmlplugindump/qmlstreamwriter.h