summaryrefslogtreecommitdiffstats
path: root/examples/script/defaultprototypes/main.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-05 18:24:44 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-06 09:43:13 +0000
commit55f2fe374f0314e87e1ca5618bab6fac94430c78 (patch)
treec3081b258ef95c597e29b6dbe56a042d6a7341d8 /examples/script/defaultprototypes/main.cpp
parenta775b9da4794f1f248b63a4a58ee6ad6885f0622 (diff)
purge symbian vestiges
Change-Id: I3e66ce25ea21aa846b44b6f99b8afbe0959a6526 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
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();
}