summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkrequest.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-11-22 13:23:31 +0100
committerIvan Solovev <ivan.solovev@qt.io>2024-05-24 22:17:46 +0200
commitcbda9583521633fa6e8a9274d2e47aa14c8bd175 (patch)
tree59491f88a1f6963a6547df785cbf24d1bff660fc /src/network/access/qnetworkrequest.cpp
parentece36a7394594ede3fba6744fb8f5b450a477652 (diff)
Port QPersistentModelIndex to new comparison helper macros
Decided to keep the strong_ordering semantics, as user code is very much guaranteed to rely on it. Update the docs. [ChangeLog][Potentially Source-Incompatible Changes] Made several operators (relational, QDebug streaming, etc) hidden friends. This may break code that calls these operators a) with types that require implicit conversion on the arguments, or b) using member-function syntax (lhs.operator<(rhs)). The backwards-compatible fix for (a) is to make at least one of the argument's implicit conversions explicit. For (b), use infix notation (lhs < rhs). [ChangeLog][EDITORIAL] Replace all "Potentially Source-Incompatible Changes" items that mention making operators hidden friends with the catch-all one from the QPersistentModelIndex change. Fixes: QTBUG-117660 Change-Id: I8175af5e2cb3c77e7486e972630b9410b3a0896c Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/network/access/qnetworkrequest.cpp')
0 files changed, 0 insertions, 0 deletions