DragAndDrop request

Would it be possible to have a SourceDetails& passed as arguments to
DragAndDropContainer::dragOperationStarted() and DragAndDropContainer::dragOperationEnded() ?

1 Like

Sounds reasonable. I’ve added this to develop.

1 Like

Shouldn’t a deprecated method mean, the functionality still has to work? So If dragOperationEnded() is still defined somewhere, the compilation has to break with an error, or the call to dragOperationEnded() should still happen

1 Like

Thanks @chkn. I’ll fix this!