Changing screen programatically
Hi I was wondering what the best method is to change screens programatically. I saw
application().gotoXScreenNoTransition()and also
static_cast<FrontendApplication*>(Application::getInstance())->gotoXScreenNoTransition(); Is there any difference in efficiency for the program?
