[qt/qt/qtdeclarative]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtdeclarative Pushed by mirror-service into branch 'dev'. Changed from ac16f8a97807457adc401d7c790e2114149bf2f5 to 287ee7fdad2151446548327ac9f7f37664dcac03 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 565fe735c1be4320d6b8b8edc126685a42b068fe by Ulf Hermann (on behalf of Marc Mutz) on 19/07/2026 at 09:11.. DomItem: use non-throwing variant access in ownerAs_impl() Coverity was (incorrectly) claiming that ownerAs() would throw bad_variant_access, due to the use of get<>(). But all uses of get<>() are guarded by a matching if (holds_alternative<>), so this could not have thrown, not even in the valueless_by_exception() case. Still, get_if() is the preferred solution, since it checks once and DRYs the code (names the type only once), so use that. From experience, this will also shut up Coverity. Amends 52d61e705ee606f3b673c757bdf253bdf6134a3b (6.2). Pick-to: 6.12 Coverity-Id: 895836 Coverity-Id: 911050 Change-Id: I5b2fa6ca37dec464b3f33b609fb6cdb6219a9c2a Reviewed-by: Ulf Hermann <[email protected]> https://invent.kde.org/qt/qt/qtdeclarative/-/commit/565fe735c1be4320d6b8b8edc126685a42b068fe Git commit 287ee7fdad2151446548327ac9f7f37664dcac03 by Jan Arve Sæther on 19/07/2026 at 13:03.. Remove checks for isSignalBlocked() that was accidentally left behind Change 59ce8a850d158658c5ed5f2bdc8b9f2013fe4549 removed the usage of signal-blocking by removing the call to blockSignals(). It forgot to remove the checks for isSignalsBlocked(). Amends 59ce8a850d158658c5ed5f2bdc8b9f2013fe4549 Change-Id: Ic66d551ce65ab26d982e36ba75f68dad931d580f Reviewed-by: SanthoshKumar Selvaraj <[email protected]> https://invent.kde.org/qt/qt/qtdeclarative/-/commit/287ee7fdad2151446548327ac9f7f37664dcac03