Compile on Windows.
authorJan-Arve Saether <jan-arve.saether@nokia.com>
Wed, 18 Apr 2012 11:58:50 +0000 (13:58 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 21 Apr 2012 03:09:12 +0000 (05:09 +0200)
commit45991b0f31b815afe749e679bb5dda66890bf5f7
tree14fcbcaad8991a2d0bf34254d3755c95013a4ffe
parent40fe0721d61b7aa5549f34422cc4fca080a3d9e7
Compile on Windows.

The previous code was trying to sum one pointer with one string
literal...
Using QVarLengthArray should also potentially speed things up a bit,
since it will avoid a malloc if className is small enough (less
than 15 bytes).

Change-Id: I41218babb3030e7e6f9c31fc77e4af1c209ae0a5
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
src/corelib/kernel/qmetatype.h