summaryrefslogtreecommitdiff
path: root/examples/draganddrop/delayedencoding/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/draganddrop/delayedencoding/main.cpp')
-rw-r--r--examples/draganddrop/delayedencoding/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/draganddrop/delayedencoding/main.cpp b/examples/draganddrop/delayedencoding/main.cpp
index 93e5efd..f92e3e7 100644
--- a/examples/draganddrop/delayedencoding/main.cpp
+++ b/examples/draganddrop/delayedencoding/main.cpp
@@ -45,11 +45,7 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
SourceWidget window;
-#ifdef Q_OS_SYMBIAN
- window.showMaximized();
-#else
window.show();
-#endif
return app.exec();
}