aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltype_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmltype_p_p.h')
-rw-r--r--src/qml/qml/qqmltype_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmltype_p_p.h b/src/qml/qml/qqmltype_p_p.h
index 0d493c4871..c94ac8c130 100644
--- a/src/qml/qml/qqmltype_p_p.h
+++ b/src/qml/qml/qqmltype_p_p.h
@@ -157,8 +157,8 @@ public:
QHashedString module;
QString name;
QString elementName;
- int typeId;
- int listId;
+ QMetaType typeId;
+ QMetaType listId;
QTypeRevision version;
QTypeRevision revision;
mutable bool containsRevisionedAttributes;