From 5bd377274e080234cb7e74679b7477feec9ec294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Wed, 26 Oct 2011 13:48:40 +0200 Subject: 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 --- src/corelib/kernel/qvariant.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/corelib/kernel/qvariant.h') 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, -- cgit v1.2.3