Skip to content

weather/applet: Minimal QML clean-up

Ismael Asensio requested to merge work/iasensio/weather-uppercase-plasmoid into master

Two small code polishing commits of things that came up while doing other changes on the plasmoid:

  • Port from deprecated context property plasmoid: Use the recommended Plasmoid attached property instead.
  • Port from javascript var: Use const or let where appropriate. (Some expressions got simplified without changing behavior.) And also realign a stray }.

Test plan: nothing breaks, no new warnings in the output.

Merge request reports