Allow qmlscene to quit immediately after starting
authorMatthew Vogt <matthew.vogt@nokia.com>
Wed, 21 Mar 2012 02:49:15 +0000 (12:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 21 Mar 2012 07:04:33 +0000 (08:04 +0100)
commit94052647d25f3da3903574a66051466d09eecf5e
tree51d269767d4419c10f6d6cf3f8a91eb0a9473659
parent8dbfddff68f98c8854c3ca663db727d2e8c65377
Allow qmlscene to quit immediately after starting

Useful for running tests that have no interactive element, where all
computation is performed in the initialization phase of processing
the QML source.

Change-Id: Id3f87fc504a30eb4e351804a98fe265db8fe93c9
Reviewed-by: Martin Jones <martin.jones@nokia.com>
tools/qmlscene/main.cpp