summaryrefslogtreecommitdiffstats
path: root/demos/deform/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/deform/main.cpp')
-rw-r--r--demos/deform/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/deform/main.cpp b/demos/deform/main.cpp
index c49117a..d92ddba 100644
--- a/demos/deform/main.cpp
+++ b/demos/deform/main.cpp
@@ -50,7 +50,11 @@ int main(int argc, char **argv)
QApplication app(argc, argv);
+#ifdef Q_OS_SYMBIAN
+ bool smallScreen = true;
+#else
bool smallScreen = QApplication::arguments().contains("-small-screen");
+#endif
PathDeformWidget deformWidget(0, smallScreen);