Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings due to enums in QSizePolicy
gcc 11 generates warnings as "bitwise operation between different enumeration types 'QSizePolicy::Policy' and 'QSizePolicy::PolicyFlag' is deprecated" in C++20. Fixes: QTBUG-93810 Pick-to: 6.2 5.15 Change-Id: If8a796b33a772cc1a561eb0b6bc4def8f9f54bc0 Reviewed-by: Volker Hilsheimer <[email protected]>
- Loading branch information