summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsavefile.cpp
diff options
authorMarc Mutz <[email protected]>2025-10-27 12:01:54 +0100
committerMarc Mutz <[email protected]>2025-11-02 09:27:51 +0100
commit139b4181ed6e308a6070f173803302b29b6ab1e7 (patch)
tree0931faa37ecd4d1eaf6d1a08ce22692a2b5392e5 /src/corelib/io/qsavefile.cpp
parent2f11adac71a860636ee3cc9a74099f9bd1b8b8f3 (diff)
QFontPrivate: properly delete the assignment operatorHEADdev
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 <[email protected]> Reviewed-by: Ivan Solovev <[email protected]> Reviewed-by: MÃ¥rten Nordheim <[email protected]>
Diffstat (limited to 'src/corelib/io/qsavefile.cpp')
0 files changed, 0 insertions, 0 deletions