OSDN Git Service

QmlProfiler: Fix MSVC warning about character encoding
authorKai Koehne <kai.koehne@nokia.com>
Mon, 2 May 2011 12:36:45 +0000 (14:36 +0200)
committerKai Koehne <kai.koehne@nokia.com>
Wed, 4 May 2011 11:05:55 +0000 (13:05 +0200)
commit0bbb1ad9abb850b6ef77fd52e7b030dc81748165
treec03c86e09afe25661f343f4a5d4ddad7dd86d9d3
parent181d9b8e39d9feba532998d61189f91c01419bfc
QmlProfiler: Fix MSVC warning about character encoding

MSVC on some system might complain

"C4566: character represented by universal-character-name '\u03BCs'
cannot be represented in the current code page".

Fix this by forcing the string to be wchar_t based.
src/plugins/qmlprofiler/qmlprofilersummaryview.cpp