summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.h
diff options
context:
space:
mode:
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,