qt6-bb10/src/plugins/generic
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
..
bsdkeyboard Use QList instead of QVector in plugins 2020-07-06 13:43:20 +02:00
bsdmouse Add missing #includes for FreeBSD build 2020-09-14 20:41:42 +02:00
evdevkeyboard CMake: Add handling of PLUGIN_EXTENDS for generic plugins 2020-11-09 18:47:51 +01:00
evdevmouse CMake: Add handling of PLUGIN_EXTENDS for generic plugins 2020-11-09 18:47:51 +01:00
evdevtablet CMake: Add handling of PLUGIN_EXTENDS for generic plugins 2020-11-09 18:47:51 +01:00
evdevtouch CMake: Add handling of PLUGIN_EXTENDS for generic plugins 2020-11-09 18:47:51 +01:00
libinput CMake: Add handling of PLUGIN_EXTENDS for generic plugins 2020-11-09 18:47:51 +01:00
tslib CMake: Add handling of PLUGIN_EXTENDS for generic plugins 2020-11-09 18:47:51 +01:00
tuiotouch Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
.prev_CMakeLists.txt Regenerate generic plugins 2019-10-08 13:11:09 +00:00
CMakeLists.txt Regenerate generic plugins 2019-10-08 13:11:09 +00:00
generic.pro Fix build with -no-feature-network 2017-12-21 18:19:55 +00:00