Skip to content

qml: enforce `require` where applicable

Pierre Lamot requested to merge chub/vlc:qml/require-required into master
  • Make use of required when applicable
  • Use finer type than var when possible
  • Some loader have been replaced with manual instantiation as Loader is unable to set initial properties hence it can't satisfy required requirements
  • Require modelData/index in repeater using modelData
  • Factorize requirements for Table row/header delegates

Merge request reports

Loading