Get rid of QColorGroup from QVariant.

The type was removed long time ago. It has type id 63 which currently
is unbound, but potentially can be reused in future.

Change-Id: I099997c9bae93ce52ba8c46275d6267c25dee4ca
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
Jędrzej Nowacki 2012-01-27 13:22:36 +01:00 committed by Qt by Nokia
parent d71ccb9c13
commit 7934c75f84

View File

@ -1631,7 +1631,7 @@ static const ushort mapIdFromQt3ToCurrent[MapFromThreeCount] =
QVariant::Size,
QVariant::Color,
QVariant::Palette,
63, // ColorGroup
0, // ColorGroup
QVariant::Icon,
QVariant::Point,
QVariant::Image,