summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qshadernodeport_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/util/qshadernodeport_p.h')
-rw-r--r--src/gui/util/qshadernodeport_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qshadernodeport_p.h b/src/gui/util/qshadernodeport_p.h
index c69ba23a3f..e4e11f6826 100644
--- a/src/gui/util/qshadernodeport_p.h
+++ b/src/gui/util/qshadernodeport_p.h
@@ -79,7 +79,7 @@ inline bool operator!=(const QShaderNodePort &lhs, const QShaderNodePort &rhs) n
return !(lhs == rhs);
}
-Q_DECLARE_TYPEINFO(QShaderNodePort, Q_MOVABLE_TYPE);
+Q_DECLARE_TYPEINFO(QShaderNodePort, Q_RELOCATABLE_TYPE);
QT_END_NAMESPACE