summaryrefslogtreecommitdiffstats
path: root/examples/threads/queuedcustomtype/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/queuedcustomtype/main.cpp')
-rw-r--r--examples/threads/queuedcustomtype/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/threads/queuedcustomtype/main.cpp b/examples/threads/queuedcustomtype/main.cpp
index 356352a326..d70a88a095 100644
--- a/examples/threads/queuedcustomtype/main.cpp
+++ b/examples/threads/queuedcustomtype/main.cpp
@@ -119,11 +119,7 @@ int main(int argc, char *argv[])
qsrand(QTime::currentTime().elapsed());
Window window;
-#if defined(Q_WS_S60)
- window.showMaximized();
-#else
window.show();
-#endif
window.loadImage(createImage(256, 256));
//! [main finish]