Make UTF-8 the default encoding for QString and tr()
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Feb 2015 23:15:26 +0000 (00:15 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Feb 2015 23:15:26 +0000 (00:15 +0100)
As all our source files are in UTF-8 (and Qt5 even requires them to
be), we can just tell Qt4 to treat them as that. So no need anymore
to use QString::fromUtf8() for literals.

This also makes it possible to use string literals in brace
initializers for QString.


No differences found