forked from qt-creator/qt-creator
Wizards: Use showFullScreen for Simulator builds.
Change-Id: Iad67e40f236723ddbeb7633ad950bbb2c5613c4f Reviewed-on: http://codereview.qt.nokia.com/1507 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
This commit is contained in:
@@ -183,7 +183,7 @@ void Html5ApplicationViewer::setOrientation(ScreenOrientation orientation)
|
||||
|
||||
void Html5ApplicationViewer::showExpanded()
|
||||
{
|
||||
#ifdef Q_OS_SYMBIAN
|
||||
#if defined(Q_OS_SYMBIAN) || defined(Q_WS_SIMULATOR)
|
||||
showFullScreen();
|
||||
#elif defined(Q_WS_MAEMO_5)
|
||||
showMaximized();
|
||||
|
||||
Reference in New Issue
Block a user