Skip to content

ListItemDragHandle: Add missing argument

Ismael Asensio requested to merge work/iasensio/fix-drag-handler into master

On Qt6, emitting the signal released of MouseArea requires an explicit argument even if not used in the signal handler.

Add a null argument to fix the corresponding warning ListItemDragHandle.qml:177: Error: Insufficient arguments

Edited by Ismael Asensio

Merge request reports