The source project of this merge request has been removed.
rename property to not conflict with qt readonly property 'dragging'
Reason for the change
The latest qml version 6.4 has made the dragging
property read-only, which caused the deleted line to prevent Elisa compiled against qt 6.6 from starting.
Test plan
I compiled and ran Elisa and didn't notice anything that was broken. I have no idea what that line was for though (I am very new to c++ and qml, sorry), so I marked this as a draft until someone can confirm removing it does not break anything or point out things that need to be changed.
Original commit message
"remove write to readonly property dragging"