summaryrefslogtreecommitdiffstats
path: root/examples/sql/cachedtable/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/cachedtable/main.cpp')
-rw-r--r--examples/sql/cachedtable/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/sql/cachedtable/main.cpp b/examples/sql/cachedtable/main.cpp
index ecbf565bab..3869f7ad5a 100644
--- a/examples/sql/cachedtable/main.cpp
+++ b/examples/sql/cachedtable/main.cpp
@@ -51,11 +51,7 @@ int main(int argc, char *argv[])
return 1;
TableEditor editor("person");
-#if defined(Q_OS_SYMBIAN)
- editor.showMaximized();
-#else
editor.show();
-#endif
return app.exec();
}
//! [0]