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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qvariant.h b/src/corelib/kernel/qvariant.h
index 8ba27d2354..15fbfc991f 100644
--- a/src/corelib/kernel/qvariant.h
+++ b/src/corelib/kernel/qvariant.h
@@ -184,9 +184,9 @@ class Q_CORE_EXPORT QVariant
Vector4D = QMetaType::QVector4D,
Quaternion = QMetaType::QQuaternion,
PolygonF = QMetaType::QPolygonF,
+ Icon = QMetaType::QIcon,
LastGuiType = QMetaType::LastGuiType,
- Icon = QMetaType::QIcon,
SizePolicy = QMetaType::QSizePolicy,
UserType = QMetaType::User,