summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.h
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>2011-10-26 13:48:40 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-09 10:12:18 +0100
commit5bd377274e080234cb7e74679b7477feec9ec294 (patch)
tree66a91ce94b5ac06bb422704393ee9529d1703bd8 /src/corelib/kernel/qvariant.h
parent8fd64d22ac7892b061a09c42c72aacf033b80876 (diff)
Add QPolygonF to metatype system.
That was strange that QPolygon was know to QMetaType class but QPolygonF not. Change-Id: I67bb99644b8b1d0fe1aec730619d8048cb78219b Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib/kernel/qvariant.h')
-rw-r--r--src/corelib/kernel/qvariant.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/kernel/qvariant.h b/src/corelib/kernel/qvariant.h
index ee1a2add54..ea333c1e4e 100644
--- a/src/corelib/kernel/qvariant.h
+++ b/src/corelib/kernel/qvariant.h
@@ -148,7 +148,8 @@ class Q_CORE_EXPORT QVariant
Vector3D = 82,
Vector4D = 83,
Quaternion = 84,
- LastGuiType = Quaternion,
+ PolygonF = 85,
+ LastGuiType = PolygonF,
Icon = 120,
SizePolicy = 121,