summaryrefslogtreecommitdiffstats
path: root/examples/xml/streambookmarks/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/streambookmarks/main.cpp')
-rw-r--r--examples/xml/streambookmarks/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/xml/streambookmarks/main.cpp b/examples/xml/streambookmarks/main.cpp
index c44e921e82..d909c01b51 100644
--- a/examples/xml/streambookmarks/main.cpp
+++ b/examples/xml/streambookmarks/main.cpp
@@ -47,6 +47,9 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MainWindow mainWin;
+#ifdef Q_OS_SYMBIAN
+ mainWin.showFullScreen();
+#endif
mainWin.show();
mainWin.open();
return app.exec();