Skip to content

qml: fix smooth scroll always disabled

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/recursiveinstantiation into master

Currently, the C++ type FlickableScrollHandler conflicts with QML type with the same name.

Regression since !5527 (merged).

Request review @chub.

Merge request reports