summaryrefslogtreecommitdiff
path: root/examples/script/defaultprototypes/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/defaultprototypes/main.cpp')
-rw-r--r--examples/script/defaultprototypes/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/script/defaultprototypes/main.cpp b/examples/script/defaultprototypes/main.cpp
index 5717f86..f9a135d 100644
--- a/examples/script/defaultprototypes/main.cpp
+++ b/examples/script/defaultprototypes/main.cpp
@@ -80,10 +80,6 @@ int main(int argc, char **argv)
qWarning() << "line" << lineNo << ":" << result.toString();
}
-#if defined(Q_OS_SYMBIAN)
- listWidget.showMaximized();
-#else
listWidget.show();
-#endif
return app.exec();
}