Skip to content

InputCapture: Fix retrieving of cursor position out of QVariantMap

David Redondo requested to merge work/cherry-pick-291baa29 into Plasma/6.1

Even though Qt can (de)marshall QPointF as (dd), when this data is inside the QVariantMap it fails to convert it. Instead do it in two steps first fetch the QDBusArgument and convert that.

(cherry picked from commit 291baa29)

bd55b249 InputCapture: Fix retrieving of cursor position out of QVariantMap 755f9213 Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: David Redondo kde@david-redondo.de

Merge request reports