qt6-bb10/src
Giuseppe D'Angelo 4b60cea602 Farewell Q_DISABLE_MOVE
In hindsight, this macro is an API mistake, as it should NEVER be used
alone, but always in combination with Q_DISABLE_COPY. But in that case,
there's a better macro: Q_DISABLE_COPY_MOVE; hence this API is either
bad, or completely redundant.

A GitHub search reveals that luckily there's a handful of usages in the
wild (of which 0 in Qt/dev and KDE). Hence, I'm going for the kill, and
removing it entirely.

[ChangeLog][Source-Incompatible Changes][QtGlobal] The Q_DISABLE_MOVE
macro has been removed. Code that was using it can be ported to
Q_DISABLE_COPY_MOVE instead.

Change-Id: I7e346f7e2288f3f5a45315f4f6bfaeb2661f1de5
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2021-05-26 03:14:52 +02:00
..
3rdparty Attributions: Don't mention QT_CRYPTOGRAPHICHASH_ONLY_SHA1 2021-05-23 11:47:42 +00:00
android Android: Fix select handles misplacement on QDialog 2021-05-25 08:45:39 +03:00
concurrent QtConcurrentIterateKernel: fix warning 2021-04-12 10:31:54 +00:00
corelib Farewell Q_DISABLE_MOVE 2021-05-26 03:14:52 +02:00
dbus qdbus: add support for "aay" (QByteArrayList) 2021-05-02 22:00:43 +02:00
entrypoint Fix qmake user projects for QT_LIBINFIX builds on Windows/iOS 2021-03-17 09:04:56 +01:00
gui qxkbcommon: Map Super/Hyper to Meta early enough to have an effect 2021-05-25 20:02:12 +00:00
network Add #include <mutex> 2021-05-25 15:28:32 +03:00
opengl Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGL 2021-05-03 13:04:47 +00:00
openglwidgets Document QOpenGLWidget limitations without an alpha channel 2021-01-15 15:21:28 +01:00
platformsupport evdevtouch: Fix wrong addTouchPoint for "mtdev" 2021-02-23 14:22:20 +00:00
plugins Android: Fix select handles misplacement on QDialog 2021-05-25 08:45:39 +03:00
printsupport Make sure _q_printerChanged is called even if only pdf printer is available 2021-05-21 11:03:18 +02:00
sql QSqlTableModel::orderByClause(): Quote the table name 2021-05-03 14:10:36 +00:00
testlib testlib: Disable automatic backtrace when test crashes on macOS on ARM 2021-05-26 03:14:52 +02:00
tools uic: Add further widgets to class lib map 2021-05-25 22:01:56 +02:00
widgets Doc: Add missing preposition 2021-05-25 12:36:09 +02:00
xml The condition 'if(oldChild)' is redundant 2021-03-03 20:52:45 +08:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00