Skip to content

Remove unneeded const_casts

Aleix Pol Gonzalez requested to merge work/remove-unneeded-constcast into master

There is no reason to take the QDBusPendingCalls from the QVariant as const and then cast them.

Merge request reports