main.qml : remove warnings
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.