Skip to content

qml: correct M401 syntax errors

Fatih Uzunoğlu requested to merge fuzun/vlc:qt-getridof_groot into master

Tried to get rid of the alias properties. Albeit arguably not the ideal solution, it works for me this way.

This error is stated as:

The alias property cannot reference the root component directly. Create an instance of the component instead.

Merge request reports