qt6-bb10/tests/auto/corelib
Andreas Buhr a1a2d97e34 Remove QObjectCompatProperty::operator= for safer usage
Introduction of QObjectCompatProperty requires every write to
the property to be examined whether it is OK or should be replaced
by a setValueBypassingBindings/markDirty combination. The existence
of operator= make this difficult as it is easy to miss places where
it is written. By not having operator=, we can help developers
make sure they had a conscious decision about each write to the
property.

Change-Id: Ia61ea4722eb0bab26ce7684b85dd03d710cd1751
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-01-29 16:06:19 +01:00
..
animation Port QPauseAnimation to the new property system 2021-01-26 21:47:47 +01:00
global Remove the QT_CMAKE_BUILD preprocessor define 2021-01-22 19:22:15 +01:00
io tests: remove unnecessary skips for qemu 2021-01-28 09:27:06 +02:00
itemmodels Make sure QMimeData is fully declared 2021-01-11 16:57:41 +01:00
kernel Remove QObjectCompatProperty::operator= for safer usage 2021-01-29 16:06:19 +01:00
mimetypes Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
plugin Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
serialization QJsonObject::take: add missing detach() call 2021-01-27 05:11:39 +00:00
text QRegularExpression: add move constructor 2021-01-26 17:20:01 +01:00
thread Revert "Port QThreadPool to the new property system" 2021-01-29 10:55:42 +00:00
time Correct string comparison in Android's IANA ID matching code 2021-01-18 15:55:15 +01:00
tools Extend alignment of QArrayData to std::max_align_t in allocation 2021-01-26 08:01:27 +00:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00