Skip to content
Commit 72c9b1e1 authored by Nicolas Fella's avatar Nicolas Fella Committed by Nate Graham
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


(cherry picked from commit 49e49385)
parent 64814824
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