Introduce QTypeInfoMerger.
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>
Mon, 4 Jun 2012 14:52:32 +0000 (16:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Jul 2012 01:27:27 +0000 (03:27 +0200)
commit9b95ed1fe39853534b859a64095febeaf0975cf7
treeb331d00d5305a0b4d334d13af256e2af5db1f28f
parent0feb2646748a65bafea8485104a2d5833c0d1558
Introduce QTypeInfoMerger.

QTypeInfoMerger class was created to allow "inheriting" QTypeInfo
traits. The class implementation was based on the QTypeInfo<QPair<>>
specialization, therefore the specialization was refactored to
use the new class.

Change-Id: I4ff3e5eac1d55da086dad84274cce2b2c0a721be
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/doc/snippets/code/src_corelib_global_qglobal.cpp
src/corelib/global/qtypeinfo.h
src/corelib/tools/qpair.h