Skip to content

kickoff: Replace Kicker DragHelper with Qt Quick Drag

Noah Davis requested to merge work/ndavis/kickoff-qquickdrag into master

Originally, I thought it wasn't possible to use Qt Quick Drag here, but then I found out I could use Item::grabToImage()'s function callback parameter to set Drag.imageSource.

BUG: 443708

Merge request reports