Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QMetaType: remove the incorrect noexcept from comparison operators
The implementation calls QMetaType::id(), which may call registerHelper() to register a custom type, and that surely allocates. Amends 5a0faa9. Found in 6.8 API Review. Pick-to: 6.8 Change-Id: I26979379b8fd12c3d52f6489fb25145ac2fa95ed Reviewed-by: Marc Mutz <[email protected]>
- Loading branch information