Skip to content

qml: use aggregation instead of inheritance for fading edge shader effect

QML does not allow multiple inheritance, so this way might make it more flexible.

Also, this way the effect can be used for types other than ListView.

Merge request reports