summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qshadernode_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/util/qshadernode_p.h')
-rw-r--r--src/gui/util/qshadernode_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/util/qshadernode_p.h b/src/gui/util/qshadernode_p.h
index 15382fe0b4..303a404165 100644
--- a/src/gui/util/qshadernode_p.h
+++ b/src/gui/util/qshadernode_p.h
@@ -117,8 +117,8 @@ inline bool operator!=(const QShaderNode::Rule &lhs, const QShaderNode::Rule &rh
return !(lhs == rhs);
}
-Q_DECLARE_TYPEINFO(QShaderNode, Q_MOVABLE_TYPE);
-Q_DECLARE_TYPEINFO(QShaderNode::Rule, Q_MOVABLE_TYPE);
+Q_DECLARE_TYPEINFO(QShaderNode, Q_RELOCATABLE_TYPE);
+Q_DECLARE_TYPEINFO(QShaderNode::Rule, Q_RELOCATABLE_TYPE);
QT_END_NAMESPACE