qml tool on OSX: wait for a timeout before exiting
authorShawn Rutledge <shawn.rutledge@digia.com>
Mon, 18 Nov 2013 14:57:08 +0000 (15:57 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 20 Nov 2013 15:07:26 +0000 (16:07 +0100)
commit61cf2b0633e8af564d1368dc377da0b6869fb4c9
tree95cc0bb3a4527d64664b98342f86b5a12ee1054d
parent3f1245aabc125c416f26028a12923f9055765e4f
qml tool on OSX: wait for a timeout before exiting

Double-clicking to open a QML file was not working because it would
exit if no files are given on the command line.  It needs to wait
a while for the QFileOpenEvent.

Task-number: QTBUG-34926
Change-Id: Icb585a777b0438db85120c62e7717f0f6eafffb1
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
tools/qml/main.cpp