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