src/hbcore/gui/hbsplashscreen.cpp
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 21 4633027730f5
child 34 ed14f46c0e55
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
   209             }
   209             }
   210         }
   210         }
   211         if (!mContents.isNull()) {
   211         if (!mContents.isNull()) {
   212             qDebug("[hbsplash] splash screen initialized");
   212             qDebug("[hbsplash] splash screen initialized");
   213 #ifdef Q_OS_SYMBIAN
   213 #ifdef Q_OS_SYMBIAN
   214             showFullScreen();
   214             showFullScreen(); // krazy:exclude=qmethods
   215 #else
   215 #else
   216             show();
   216             show();
   217 #endif
   217 #endif
   218             QApplication::processEvents();
   218             QApplication::processEvents();
   219             QApplication::flush();
   219             QApplication::flush();