[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 'dev'. Changed from 5ad6b4e145cb74b05a2d51397a4628caf014a287 to 4b712892a10a14dea4bc09c38e6229577347bb0d 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 4b712892a10a14dea4bc09c38e6229577347bb0d by Ivan Solovev on 24/07/2026 at 08:54.. 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.12 6.11 6.8 Change-Id: I573e66b208464b6995c298e4499ffe93dd21930f Reviewed-by: Dennis Oberst <[email protected]> https://invent.kde.org/qt/qt/qtcoap/-/commit/4b712892a10a14dea4bc09c38e6229577347bb0d