qmlscene: fixed dependency on QtWidgets
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 30 Jul 2012 00:09:13 +0000 (10:09 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 30 Jul 2012 05:19:13 +0000 (07:19 +0200)
commit1b3d4a94fdd578786529f51b4d25b560696fb610
tree294a2f17a3c3203d2bffadb8c405ed75a5e37a8c
parent33027ec13451ad078d655d55d474a0f281ee8f9e
qmlscene: fixed dependency on QtWidgets

Don't unnecessarily refer to QApplication for installTranslator();
this is a static member of QCoreApplication.

Change-Id: I7b0e0e30abe1f3a5c114136f1107de3fd7dbc815
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
tools/qmlscene/main.cpp