ListItemDragHandle: Add missing argument
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