Skip to content
Commit fca7163a authored by David Edmundson's avatar David Edmundson
Browse files

Sort enabled outputs first

We want the combobox and stackview to show the most relevant outputs
first.

As indexes are passed between here and the top view we move sorting
lower in the stack.

This also saves QML from having to deal with the model object changing.
From a QML POV it'll now be the same object resetting.

> visible: kcm.outputModel.rowCount() > 1

Is ported as this is unsafe. We're calling an invokable as a property so
it won't update. A new explicit property is introduced on the KCM.


(cherry picked from commit 5cf9c326)
parent 8b529199
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