summaryrefslogtreecommitdiffstats
path: root/examples/animation/animatedtiles/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/animatedtiles/main.cpp')
-rw-r--r--examples/animation/animatedtiles/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/animation/animatedtiles/main.cpp b/examples/animation/animatedtiles/main.cpp
index 1badb4f3ef..46b5d1ddc5 100644
--- a/examples/animation/animatedtiles/main.cpp
+++ b/examples/animation/animatedtiles/main.cpp
@@ -210,7 +210,11 @@ int main(int argc, char **argv)
view->setBackgroundBrush(bgPix);
view->setCacheMode(QGraphicsView::CacheBackground);
view->setRenderHints(QPainter::Antialiasing | QPainter::SmoothPixmapTransform);
+#ifdef Q_OS_SYMBIAN
+ view->showMaximized();
+#else
view->show();
+#endif
QStateMachine states;
states.addState(rootState);