[qt/qt/qtbase]: 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/qtbase Pushed by mirror-service into branch '6.12'. Changed from 935b99c2218792908c05dd36fb46bd9ceb0319e9 to 3a743101a0452c3cda7727b087b4816834ba4be8 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 75c40fb4d8a6c2eab95ae4b42f115cd79f37f6c9 by Qt Cherry-pick Bot (on behalf of Marc Mutz) on 25/07/2026 at 15:39.. [docs] QSet: add missing doc for insert(T&&) Amends 734c8aa9d904e81119b54d4311a2ec7161ee9b90 (6.1), which added the function, but not the docs. Pick-to: 6.11 6.8 Change-Id: Idfb2ac494830e341b6efcfc63dcfa882280666d8 Reviewed-by: Thiago Macieira <[email protected]> (cherry picked from commit bfb3be13ffbe9c6037dd58b4caa29cd10b5837de) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/75c40fb4d8a6c2eab95ae4b42f115cd79f37f6c9 Git commit 3a743101a0452c3cda7727b087b4816834ba4be8 by Qt Cherry-pick Bot (on behalf of Marc Mutz) on 25/07/2026 at 15:39.. QSet: add missing insert(cit, T&&) overload Amends 734c8aa9d904e81119b54d4311a2ec7161ee9b90 (6.1), which added the insert(T&&) overload, but not the with-hint version (whose lvalue overload had been merged only a day before, so divergent branches are likely the culprit here). Found in API-review. [ChangeLog][QtCore][QSet] Added insert(const_iterator, T&&) overload. Don't pick futher than 6.12, because this potentially changes the meaning of T t; set.insert(set.begin(), std::move(t)); // didn't move before, now does use(t); (which is a bug, but we don't need to exploit it specially) Change-Id: I05e50b2dcbb10247df2771c891e2d9cc15cfd6f5 Reviewed-by: Thiago Macieira <[email protected]> (cherry picked from commit 943e10c3dbbcedaf411ec1d54f59d3618fd6cfbf) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/3a743101a0452c3cda7727b087b4816834ba4be8