Skip to content

qml: prefer let & const over var in JS functions

Pierre Lamot requested to merge chub/vlc:qml/let-const-var into master

now that the Qt minimal version support JS ES7 we should avoid using var for local variables in javascript

Merge request reports