summaryrefslogtreecommitdiffstats
path: root/examples/sql/drilldown/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/drilldown/main.cpp')
-rw-r--r--examples/sql/drilldown/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/sql/drilldown/main.cpp b/examples/sql/drilldown/main.cpp
index 2bc521b..432849d 100644
--- a/examples/sql/drilldown/main.cpp
+++ b/examples/sql/drilldown/main.cpp
@@ -54,6 +54,10 @@ int main(int argc, char *argv[])
return 1;
View view("offices", "images");
+#ifndef Q_OS_SYMBIAN
view.show();
+#else
+ view.showFullScreen();
+#endif
return app.exec();
}