summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/qtwasmtestlib/qtwasmtestlib.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2025-10-27 12:01:54 +0100
committerMarc Mutz <marc.mutz@qt.io>2025-11-02 09:27:51 +0100
commit139b4181ed6e308a6070f173803302b29b6ab1e7 (patch)
tree0931faa37ecd4d1eaf6d1a08ce22692a2b5392e5 /tests/manual/wasm/qtwasmtestlib/qtwasmtestlib.cpp
parent2f11adac71a860636ee3cc9a74099f9bd1b8b8f3 (diff)
QFontPrivate: properly delete the assignment operator
Before, it was implemented as a private no-op(!). This looks overly dangerous. The typical pattern in C++98 was to declare it private, but _not_ implement it, so one would get a linker error at least. This, OTOH, will just compile and fail to work. Picking to all active branches to ensure it's not inadvertently used. Pick-to: 6.10 6.8 6.5 Change-Id: I6c2223a605665f1f0bade488fe9794d62ee335c6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests/manual/wasm/qtwasmtestlib/qtwasmtestlib.cpp')
0 files changed, 0 insertions, 0 deletions