[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 'dev'. Changed from 78f4260df122139c696067efe287a604d6e37f36 to 5902c5fe5f63fdbf0e6adf555adde6389092b16c 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 5d5e3e57ceb6439e1edd2bbf96385f9583a07858 by Paul Wicking on 24/07/2026 at 11:39.. QDoc: Chop carriage return at line continuation A line that ends with ' \' (space backslash) is interpreted by QDoc as a trailing-line-continuation symbol. On sources that are saved with Windows line endings, the carriage return between the backslash and the newline is treated as ordinary text while scanning the line. When a blank line follows the continuation, the leading words of the argument are silently dropped. This results in platform-dependent parsing depending on whether the line employs Unix- or Windows-style line endings. QDoc now treats that carriage return as part of the line ending rather than as content. A continued argument is scanned, joined, and returned the same regardless of whether the source uses CRLF or LF endings, so Windows-authored documentation produces the same output as its Unix counterpart. A regression fixture with genuine CRLF bytes guards the behavior. Pick-to: 6.12 Fixes: QTBUG-119610 Change-Id: I30765040f27f0003d1ef9d05efb6ba1e22e9c39f Reviewed-by: David Boddie <[email protected]> https://invent.kde.org/qt/qt/qttools/-/commit/5d5e3e57ceb6439e1edd2bbf96385f9583a07858 Git commit 2d92311212a0570af32b0e520e5e8c380cef42b6 by Sergio Martins on 24/07/2026 at 11:39.. Fix developer build with -Wunused-variable and Q_WARN_UNUSED_VARIABLE Removes unused container leftover. The list is created later when QSet::values() is called. Task-number: QTBUG-148221 Change-Id: Idfe8288da11d74456cf88c23a48c124cea06e0d5 Reviewed-by: Friedemann Kleint <[email protected]> https://invent.kde.org/qt/qt/qttools/-/commit/2d92311212a0570af32b0e520e5e8c380cef42b6 Git commit 5902c5fe5f63fdbf0e6adf555adde6389092b16c by David Boddie on 24/07/2026 at 14:57.. QDoc: Only add API-level associated properties to functions Some properties that are associated with functions are not in the public API. If they are added to functions without any qualification this will result in links on "all members" pages to non-existent properties. Checking for the presence of properties in the API eliminates this problem. It may also expose APIs that should be documented. Changed the access of addAssociatedProperty() to public for use by the index file reader. Change-Id: I5ea6ae7807cf8f96ee7df694ab627cab6471d1aa Reviewed-by: Paul Wicking <[email protected]> https://invent.kde.org/qt/qt/qttools/-/commit/5902c5fe5f63fdbf0e6adf555adde6389092b16c