[qt/qt/qtdeclarative]: 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/qtdeclarative Pushed by mirror-service into branch 'dev'. Changed from e0eaf2eddcf6ae581cc641eec0634c82c13fe94d to b38935054c5f150ae3df576aa39d9cf2b9b0329b 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 b38935054c5f150ae3df576aa39d9cf2b9b0329b by Tim Blechmann on 18/08/2026 at 05:19.. qmltooling: don't assert(this) `Q_ASSERT(this)` was added to silence some static analyser warnings for older clang versions. However this breaks compilation with recent clang and -Werror: ``` error: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Werror,-Wundefined-bool-conversion] ``` Pick-to: 6.12 Change-Id: I99ecd674bc1238c979ab6428a123b8d3542386b1 Reviewed-by: Fabian Kosmale <[email protected]> https://invent.kde.org/qt/qt/qtdeclarative/-/commit/b38935054c5f150ae3df576aa39d9cf2b9b0329b