diff options
author | Jędrzej Nowacki <[email protected]> | 2012-01-27 13:22:36 +0100 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-01-29 23:41:25 +0100 |
commit | 7934c75f844dd9a42315b18870cc72dd3e17191a (patch) | |
tree | 300eb49f3e58f51dbf5053c8f86a9d2b9fbc2d23 /src | |
parent | d71ccb9c13f5f15adc09e47dcef22dc1202f9b33 (diff) |
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 <[email protected]>
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/kernel/qvariant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qvariant.cpp b/src/corelib/kernel/qvariant.cpp index 05c6c3ec6e7..c9bbc554690 100644 --- a/src/corelib/kernel/qvariant.cpp +++ b/src/corelib/kernel/qvariant.cpp @@ -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, |