qmlscene: load master translation file before more specific ones
authorShawn Rutledge <shawn.rutledge@digia.com>
Thu, 4 Sep 2014 10:53:14 +0000 (12:53 +0200)
committerShawn Rutledge <shawn.rutledge@digia.com>
Thu, 4 Sep 2014 12:32:11 +0000 (14:32 +0200)
commit4d861e830ab73d302a9e0a2760d397ac4e99d298
tree673b98c1eefde116d7885b0ba408bf50ffe151e2
parent5b162837d86c38ecea715627aaf448b2eb23728a
qmlscene: load master translation file before more specific ones

It was giving up too early because qmlscene_??.qm doesn't exist.
The file qt_??.qm links to all existing Qt-provided translation files,
so it is enough by itself unless there are application-specific
translations besides.

Change-Id: Iebedf54ddb4eef4f4d7da8a7fade1850a366aee8
Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
tools/qmlscene/main.cpp