summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/customsortfiltermodel/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemviews/customsortfiltermodel/main.cpp')
-rw-r--r--examples/itemviews/customsortfiltermodel/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/itemviews/customsortfiltermodel/main.cpp b/examples/itemviews/customsortfiltermodel/main.cpp
index e643062ac0..34be2f682b 100644
--- a/examples/itemviews/customsortfiltermodel/main.cpp
+++ b/examples/itemviews/customsortfiltermodel/main.cpp
@@ -89,11 +89,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
Window window;
window.setSourceModel(createMailModel(&window));
-#if defined(Q_OS_SYMBIAN)
- window.showMaximized();
-#else
window.show();
-#endif
return app.exec();
}
//! [0]