aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmlprofilereventtype_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldebug/qqmlprofilereventtype_p.h')
-rw-r--r--src/qmldebug/qqmlprofilereventtype_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmldebug/qqmlprofilereventtype_p.h b/src/qmldebug/qqmlprofilereventtype_p.h
index c89115be83..0bce05d9c8 100644
--- a/src/qmldebug/qqmlprofilereventtype_p.h
+++ b/src/qmldebug/qqmlprofilereventtype_p.h
@@ -116,7 +116,7 @@ inline bool operator!=(const QQmlProfilerEventType &type1, const QQmlProfilerEve
return !(type1 == type2);
}
-Q_DECLARE_TYPEINFO(QQmlProfilerEventType, Q_MOVABLE_TYPE);
+Q_DECLARE_TYPEINFO(QQmlProfilerEventType, Q_RELOCATABLE_TYPE);
QT_END_NAMESPACE