Change qFatal to qWarning
authorAlan Alpert <416365416c@gmail.com>
Thu, 6 Dec 2012 22:17:47 +0000 (14:17 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 6 Dec 2012 22:20:25 +0000 (23:20 +0100)
commit425260c2b2a60c0c145a5e76a3b7835eadd0fd0d
tree038aa86196f931a10330b0c05ab969f11c636990
parentb2c24447a14407f30a62a563326566d944a3c729
Change qFatal to qWarning

While the process should terminate immediately with a non-zero exit code
on component error, it does that in the next line already. The main
difference is dropping the backtrace, which is not useful in this case.

Change-Id: I866ea00e62cb9d1b7c506b9819cd9bb2750ac81f
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
tools/qmlscene/main.cpp