Skip to content

Use variadic parameters in DbusFuture::asyncCall

Joshua Goins requested to merge work/redstrate/fix-dbus-calls into master

Qt6 DBus doesn't like us passing invalid QVariants, so let's remove this concept entirely by passing variadic arguments (this is what Qt does underneath anyway, so we're just forwarding it to them)

This also fixes activities not working on Plasma 6

Merge request reports