[qt/qt/qtconnectivity]: 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/qtconnectivity Pushed by mirror-service into branch 'dev'. Changed from a00aa391954835e3858d4135c13fa17d01dd93e1 to 0e94fb77be4c5d014f18b90887fe52622670d942 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 0e94fb77be4c5d014f18b90887fe52622670d942 by Oliver Wolff on 19/08/2026 at 05:49.. Windows: Avoid double insertion of characteristics and descriptors During service discovery characteristics and descriptors were each inserted twice. The initial insert was just to make sure that they are available in Qt's backend while the second insert basically just added the value. With that approach we "hid" the real approach. By inserting once and then using the iterator returned by QHash::insert the intention becomes clearer. Change-Id: I71597a8ddfceaae881b8d55251825e0ee063eefa Reviewed-by: Ivan Solovev <[email protected]> https://invent.kde.org/qt/qt/qtconnectivity/-/commit/0e94fb77be4c5d014f18b90887fe52622670d942