Skip to content
Commit 49e49385 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Fix balance setting

The code tries to access the model role 'PulseObject' to set the channel volume. However there is also an (ucreateable) QML type named 'PulseObject' registered which causes a clash.

Qualify the access with a model. to avoid said clash.

BUG: 439751
parent 7d75da22
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment