summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qfusionstyle.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2018-01-09 10:24:18 -0800
committerThiago Macieira <thiago.macieira@intel.com>2018-01-22 08:09:25 +0000
commitd80b0eb12c477592b590b768e21dc26c137beadc (patch)
tree084f0edb59d8e5880e2108178ee6d39520f389ef /src/widgets/styles/qfusionstyle.cpp
parent6d50f746fe05a7008b63818e77784dd0c99270a1 (diff)
Doc: make a note about use of QStringLiteral with non-ASCII chars
Both ICC and MSVC have bugs concatenating strings and that's despite the standard giving an example ([lex.string] table 9) that says that u"a" "b" is the same as u"ab" We can't change to preprocessor concatenation (u ## STR) because that fails when QStringLiteral is used with a macro instead of an actual string literal. Task-number: QTBUG-65479 Change-Id: I39332e0a867442d58082fffd1504a0a868c291ef Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/widgets/styles/qfusionstyle.cpp')
0 files changed, 0 insertions, 0 deletions