summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/simpletreemodel/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemviews/simpletreemodel/main.cpp')
-rw-r--r--examples/itemviews/simpletreemodel/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/itemviews/simpletreemodel/main.cpp b/examples/itemviews/simpletreemodel/main.cpp
index 15e6bc3e76..1cca36328f 100644
--- a/examples/itemviews/simpletreemodel/main.cpp
+++ b/examples/itemviews/simpletreemodel/main.cpp
@@ -56,10 +56,6 @@ int main(int argc, char *argv[])
QTreeView view;
view.setModel(&model);
view.setWindowTitle(QObject::tr("Simple Tree Model"));
-#if defined(Q_OS_SYMBIAN)
- view.showMaximized();
-#else
view.show();
-#endif
return app.exec();
}