Skip to content

main.qml : remove warnings

Satya Prakash requested to merge satyapr/kalendar:sp into master

warning is displayed because of using break statement after return in switch case since the code is already using return statement in switch case so ,there should not be a break statement after that @clau-cambra plz give comment on this.

Merge request reports