Skip to content

Change some QML to use valid APIs, avoiding runtime warnings

Jakob Petsovits requested to merge work/jpetso/qml-warning-fixes into master

Before the patch you'd get warnings about the files in question complaining that the functions don't exist (at least not with the number of arguments passed) and after the patch, those warnings are gone.

Also, this fixes the "Configure" button in the header bar within Kickoff.

Merge request reports