Skip to content

token use Q_RELOCATABLE_TYPE instead of deprecated Q_MOVABLE_TYPE

Q_MOVABLE_TYPE and Q_RELOCATABLE_TYPE were merged in semantics for Qt6, with Q_RELOCATABLE_TYPE being the preferred name to use given the slight mismatch with C++11 "movable" semantics.

See kdav@b57d5138

Merge request reports