[qt/qt/qttools]: 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/qttools Pushed by mirror-service into branch '6.12'. Changed from 9a5bf7e214435ffc36bd506cfe2342573101870a to b230bdad7416c376c932a5cd0ef5c96db8caa092 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 3d7123cb49165745c0449503bdabbe140ae39d53 by Qt Cherry-pick Bot (on behalf of Friedemann Kleint) on 05/08/2026 at 11:33.. Qt Widgets Designer: Add a test server Task-number: QTBUG-148053 Change-Id: If8cf3dda7cc11399ef14fed293322ddf0e53b79a Reviewed-by: Orkun Tokdemir <[email protected]> (cherry picked from commit 30d8099b5456eceb79bb04a89aa267f988444230) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qttools/-/commit/3d7123cb49165745c0449503bdabbe140ae39d53 Git commit b230bdad7416c376c932a5cd0ef5c96db8caa092 by Qt Cherry-pick Bot (on behalf of Paul Wicking) on 05/08/2026 at 13:07.. QDoc: Actually move link and description into the link map Node::setLink() takes its link and description as const references and applies std::move to both before filing them into the link map. Moving from a const reference is a silent copy: the code reads as a transfer of ownership that never happens, and static analysis flags the parameters as returned in a moved-from state. The function now takes both strings by value and genuinely moves them into the map. Callers passing temporaries gain a real move; callers passing lvalues copy exactly as before, at the call boundary, where the cost is visible. Coverity-Id: 909806 Coverity-Id: 909821 Change-Id: I2e2c4fbf6fcc46db27766bef672975448d7dae8d Reviewed-by: David Boddie <[email protected]> (cherry picked from commit b5cb510818a0f4e5c561aaffc44a6ca0b131fa13) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qttools/-/commit/b230bdad7416c376c932a5cd0ef5c96db8caa092