[qt/qt/qtcoap]: 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/qtcoap Pushed by mirror-service into branch '6.11'. Changed from b10b6a7ea03474df07c603fec494f3dcce33bdfd to 582a604e4f3fc8a5160454389af1ee1a66a3acdf 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 582a604e4f3fc8a5160454389af1ee1a66a3acdf by Qt Cherry-pick Bot (on behalf of Ivan Solovev) on 24/07/2026 at 10:55.. QCoapProtocol: fix Qt-RangeLoopReference Axivion warning The type of the reply variable is QSharedPointer<QCoapInternalReply>. The QSharedPointer's copy constructor not only copies the two pointers, but also increments two ref counters. It's better to take the value by const-ref when iterating. Amends 2b3755c8e6587c6a720dd8dcfaafca6e2ba755a9 that introduced the module. Fixes: QTBUG-144756 Axivion-Id: qt_Add-ons_qtcoap_dev_linux:SV5 Pick-to: 6.8 Change-Id: I573e66b208464b6995c298e4499ffe93dd21930f Reviewed-by: Dennis Oberst <[email protected]> (cherry picked from commit 4b712892a10a14dea4bc09c38e6229577347bb0d) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 7a171963fd6e806ea0999caaf26070d0a456b830) https://invent.kde.org/qt/qt/qtcoap/-/commit/582a604e4f3fc8a5160454389af1ee1a66a3acdf