Subversion Repositories tpanel

Rev

Rev 386 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 386 Rev 387
Line 2648... Line 2648...
2648
        break;
2648
        break;
2649
#endif
2649
#endif
2650
        case Qt::ApplicationActive:
2650
        case Qt::ApplicationActive:
2651
            MSG_INFO("Switched to mode ACTIVE");
2651
            MSG_INFO("Switched to mode ACTIVE");
2652
            mHasFocus = true;
2652
            mHasFocus = true;
-
 
2653
#ifdef Q_OS_IOS
2653
            initGeoLocation();
2654
            initGeoLocation();
2654
 
2655
#endif
2655
            if (!isRunning && gPageManager)
2656
            if (!isRunning && gPageManager)
2656
            {
2657
            {
2657
                // Start the core application
2658
                // Start the core application
2658
                gPageManager->startUp();
2659
                gPageManager->startUp();
2659
                gPageManager->run();
2660
                gPageManager->run();