diff options
author | Marc Mutz <[email protected]> | 2023-06-13 11:37:13 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2023-06-20 07:43:18 +0000 |
commit | 1a3305114618c9e69b19f48c82b74cc65cc39eea (patch) | |
tree | 74715f3a3ef2dde85c347b1aac61c67a9c55169b /src/tools/moc/preprocessor.cpp | |
parent | c7d96efe33e46987ff9578e3a5e1197e386751c1 (diff) |
RIP QBasicMutexLocker
This was used as a work-around for Q5MutexLocker's UB downcasting
QBasicMutex to QMutex, and for some unspecified performance
improvements.
Now that Q6MutexLocker is a template, the two are almost
token-by-token identical, so we can remove this work-around and use
QMutexLocker directly.
Partially reverts aea500d5d76864bb1a3918e338ca6806e1766e41.
Change-Id: I57ef5c53999869aa3454fbbaad884c1d18591b2a
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
(cherry picked from commit 8d39b2165596f0aaae0e5841eb4c849cf4ee1bb0)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
Diffstat (limited to 'src/tools/moc/preprocessor.cpp')
0 files changed, 0 insertions, 0 deletions