Provide versions of qRegisterMetaType() that do not normalize typename.
authorMartin Jones <martin.jones@nokia.com>
Thu, 5 Apr 2012 04:32:35 +0000 (14:32 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Apr 2012 01:39:10 +0000 (03:39 +0200)
commit194674044693d6b101c3dc2f4784718540d343a4
tree59a242487dcda80dc501b5c9149be506ad0261e7
parent7e9f7080b764524d2a7c7a410a4cebed22f3b16d
Provide versions of qRegisterMetaType() that do not normalize typename.

QML is quite capable of providing typenames in the correct format.
qRegisterNormalizedMetaType() does not normalize the typename, so
avoids the huge overhead.

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