Mark all Latin 1 strings with QString::fromLatin1 or QLatin1String
authorThiago Macieira <thiago.macieira@intel.com>
Mon, 23 Apr 2012 14:46:20 +0000 (16:46 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Apr 2012 12:33:07 +0000 (14:33 +0200)
commitbacc47f5a42f7da05ead35c4c4f2adf427ced786
tree0b9d0fab48d11a8fa02defb1fe7f8f03a6899544
parent1653335c4bc821b082f02353d18e0ab186392911
Mark all Latin 1 strings with QString::fromLatin1 or QLatin1String

This is in preparation of QString's constructor using UTF-8 by default

Change-Id: Ibd0a585342af572e3f74636deb97c1b6b3afeb9a
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
tests/auto/qml/qqmllocale/tst_qqmllocale.cpp