[QTBUG-22847] Compile with C++11 compiler
authorMarc Mutz <marc.mutz@kdab.com>
Thu, 16 Feb 2012 06:40:20 +0000 (07:40 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 17 Feb 2012 04:27:25 +0000 (05:27 +0100)
commitd94ab97b7741de7c73d4d203b9cca7bd150d581f
tree6cdba53d70124cf7a7d965763672b7841c15a2ae
parent03cbcab18471c02878b0207e2a59976ffa76caa5
[QTBUG-22847] Compile with C++11 compiler

C++11 supports user-defined string literals, which makes
the C++98-accepted literal string concatenation sequence
  "foo"MACRO
illegal under C++11.

The solution is to add whitespace between the string
literal and the macro. For symmetry, this patch adds it
on both sides.

Change-Id: Ie0c698f610986c4d1b12dc2083489043b696936d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/plugin/qplugin.h
src/testlib/qxmltestlogger.cpp