[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 'dev'. Changed from 2fc1c2b3b387aa9716b7779e5c95c3aea0e3ed93 to b0ddb565e46fc6309f15e6f726322c2b87494b7c 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 b0ddb565e46fc6309f15e6f726322c2b87494b7c by David Faure on 30/07/2026 at 03:10.. QObject: add QObjectPrivate::deleteInOwnThread() helper Factor out of QHostInfoRunnable the logic to destroy a QObject that lives in another thread: hand it back via deleteLater() when that thread can still run the deferred delete, otherwise destroy it right away. The thread and the event dispatcher are read from the object's QThreadData, which outlives it, rather than from the QThread, which the owning thread may be destroying concurrently. Other code that deletes a worker from a thread pool can reuse it. Pick-to: 6.12 Change-Id: I4ff0a2b2d3534f99348cce9c4aaa15c4715d9cc2 Reviewed-by: Thiago Macieira <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/b0ddb565e46fc6309f15e6f726322c2b87494b7c