[qt/qt/qtcanvaspainter]: 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/qtcanvaspainter Pushed by mirror-service into branch 'dev'. Changed from eec6e4d1d24cc1ae45622da7583a70b96c27e688 to 3a08c1ff44c99fa8169e4fc337b7c1b85b4e4aef 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 3a08c1ff44c99fa8169e4fc337b7c1b85b4e4aef by Laszlo Agocs on 17/08/2026 at 13:13.. Support move-only callables in grabCanvas() std::function requires its target to be copy-constructible, so a lambda capturing a move-only type, std::unique_ptr for instance, could not be passed to grabCanvas(). Switch to the machinery based on QSlotObjectBase. Pick-to: 6.12 Change-Id: I8237049c631ac5d22c47c8759d46c406d6bd66a4 Reviewed-by: Kaj Grönholm <[email protected]> https://invent.kde.org/qt/qt/qtcanvaspainter/-/commit/3a08c1ff44c99fa8169e4fc337b7c1b85b4e4aef