summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qmetatype.h')
-rw-r--r--src/corelib/kernel/qmetatype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/kernel/qmetatype.h b/src/corelib/kernel/qmetatype.h
index 23f35ce556..7dacc837a3 100644
--- a/src/corelib/kernel/qmetatype.h
+++ b/src/corelib/kernel/qmetatype.h
@@ -135,6 +135,7 @@ QT_MODULE(Core)
F(QVector3D, 82, QVector3D) \
F(QVector4D, 83, QVector4D) \
F(QQuaternion, 84, QQuaternion) \
+ F(QPolygonF, 85, QPolygonF) \
#define QT_FOR_EACH_STATIC_WIDGETS_CLASS(F)\
F(QIcon, 120, QIcon) \
@@ -185,7 +186,7 @@ public:
LastCoreType = QEasingCurve,
FirstGuiType = QFont,
- LastGuiType = QQuaternion,
+ LastGuiType = QPolygonF,
FirstWidgetsType = QIcon,
LastWidgetsType = QSizePolicy,
FirstCoreExtType = VoidStar,