Skip to content
  • Andreas Buhr's avatar
    Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE · 0440614a
    Andreas Buhr authored
    
    
    Q_MOVABLE_TYPE was conceived before C++ had move semantics. Now, with
    move semantics, its name is misleading. Q_RELOCATABLE_TYPE was
    introduced as a synonym to Q_MOVABLE_TYPE. Usage of Q_MOVABLE_TYPE
    is discouraged now. This patch replaces all usages of Q_MOVABLE_TYPE
    by Q_RELOCATABLE_TYPE in QtBase. As the two are synonymous, this
    patch should have no impact on users.
    
    Pick-to: 6.0
    Change-Id: Ie653984363198c1aeb1f70f8e0fa189aae38eb5c
    Reviewed-by: default avatarLars Knoll <lars.knoll@qt.io>
    Reviewed-by: default avatarAndrei Golubev <andrei.golubev@qt.io>
    0440614a