Skip to content

InputCapture: Fix retrieving of cursor position out of QVariantMap

David Redondo requested to merge work/davidre/fixcursorposition into master

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.

Merge request reports