[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.11'. Changed from ecac1eb9c02d53a45bf9f55da2a42c6d045b1c4b to 45d25d854a69afe13a5013e6efea25089c371cf5 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 45d25d854a69afe13a5013e6efea25089c371cf5 by Marc Mutz on 15/08/2026 at 07:56.. QRhiGles2: add some missing std::move() in setPipelineCacheData() Coverity complained that 'binary' was copied into the PipelineCacheData struct passed to QHash::insert() when it could have been moved. It's correct, and the line appears at the end of the scope defining the lifetime of the moved-from object, so adding std::move() doesn't impair readability. While at it, also move the key (Coverity didn't complain, for some reason, even though QHash recently (886256d7f6535c062a5727e973a499111e3e2520) gained rvalue key overloads of insert()), and add a note to use emplacement when we can depend on C++20 (and therefore emplace works with structs; C++17 doesn't). Amends df0e98d4080f50de7ecacdc4cae079ab31280481 (6.1). Manual conflict resolution for 6.11: - rebased to before conflicting commit 755c15466ab9fda2c26ce1a7834db4cfc86e3142 Pick-to: 6.8 Coverity-Id: 912363 Change-Id: I8c3c8ebbb8305d04f61dd20f93c0d6bde737229d Reviewed-by: Laszlo Agocs <[email protected]> (cherry picked from commit c8502d7ef3a85b0af2fc01329cd8d9111968fd55) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 9646016acd161c2cc7178c75196a06cd2d4ef83d) Reviewed-by: Marc Mutz <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/45d25d854a69afe13a5013e6efea25089c371cf5