qt5base-lts/qmake/library
Andreas Buhr 0440614af0 Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
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: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
2020-11-30 17:16:21 +01:00
..
ioutils.cpp Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
ioutils.h Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
proitems.cpp qmake: Fix qHash-related integer conversion warnings 2020-10-17 11:56:59 +02:00
proitems.h Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
qmake_global.h Updated license headers 2016-01-21 18:55:18 +00:00
qmakebuiltins.cpp qmake: Compile fix 2020-09-18 09:01:42 +02:00
qmakeevaluator_p.h Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
qmakeevaluator.cpp qmake: Sync back changes from qttools 2020-11-26 20:05:41 +01:00
qmakeevaluator.h Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
qmakeglobals.cpp qmake: Sync back changes from qttools 2020-11-26 20:05:41 +01:00
qmakeglobals.h qmake: Sync back changes from qttools 2020-11-26 20:05:41 +01:00
qmakeparser.cpp qmake: Fix qHash-related integer conversion warnings 2020-10-17 11:56:59 +02:00
qmakeparser.h Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
qmakevfs.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
qmakevfs.h Remove textcodec codepaths in qmake 2020-05-01 18:50:02 +02:00
registry_p.h qmake: add $$read_registry() function 2019-01-05 20:33:07 +00:00
registry.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00