Skip to content

Player: Filter out invalid arguments in call

The player's call function was relying on an obsolete Qt behaviour to ensure call() could be called with 0, 1, or 2 arguments. Before version 5.14, Qt used to automatically filter out invalid arguments when crafting the underlying DBUS message, but no longer does.

We need to do this fltering ourselves, as the DBUS Marshaller does not handle them and will fails.

See #75.

Signed-off-by: Sumwun Ducainest sumwun.ducainest@outlook.com

Merge request reports