[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 3b4dd93e677c91da04c19efeb2ce8d153d11b8c8 to 0d57fb96f4edc84d9aa354bd1f2515987f41ce0d 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 0d57fb96f4edc84d9aa354bd1f2515987f41ce0d by Marc Mutz on 17/08/2026 at 08:24.. androidtestrunner: fix Coverity AUTO_CAUSES_COPY in execCommand() Coverity complained that the use of auto causes a copy of args.first() and suggests to use const auto& instead. What Coverity is likely tripping over is that first() returns T&, so, in isolation, the suggestion would be right. It's the following removeOne() that makes it fatal, so don't follow it. Instead, fix by using takeFirst(). That performs both operations in one call, and more efficiently so (since it _does_ move out of the container). Amends 10a706df277893d24bd083a5c96446de40e9a27c (6.7). Pick-to: 6.8 Coverity-Id: 912345 Change-Id: I54630360703dde103c5607ea888b5f056e39802e Reviewed-by: Ivan Solovev <[email protected]> (cherry picked from commit 37e2de9c463cd8faa430dde06150e3a3ed2bc482) Reviewed-by: Marc Mutz <[email protected]> (cherry picked from commit c2d9fe55b23add8c266853a52812d4121c7cf286) https://invent.kde.org/qt/qt/qtbase/-/commit/0d57fb96f4edc84d9aa354bd1f2515987f41ce0d