summaryrefslogtreecommitdiff
path: root/examples/script/defaultprototypes/main.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 23:43:26 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2016-04-08 23:43:26 +0200
commit6f00d966b8f1f12e4c41cf0a3e189718d10fd43f (patch)
treee519fab9eb981fe4d4fd286b2d85f230de43ae7f /examples/script/defaultprototypes/main.cpp
parent7c0a9bbc1ca4158b7e713bf2bf570e45b7d98823 (diff)
parentb49bfdaad11be1de632f907d43485a7ac701ddc5 (diff)
downloadqtscript-6f00d966b8f1f12e4c41cf0a3e189718d10fd43f.tar.gz
Merge remote-tracking branch 'origin/5.7' into dev
Change-Id: Ib083ce598299f883ce0dac7f79c1da2d6f0321ec
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();
}