summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/map/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtconcurrent/map/main.cpp')
-rw-r--r--examples/qtconcurrent/map/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/qtconcurrent/map/main.cpp b/examples/qtconcurrent/map/main.cpp
index 76b14476f3..a3618b4e59 100644
--- a/examples/qtconcurrent/map/main.cpp
+++ b/examples/qtconcurrent/map/main.cpp
@@ -83,11 +83,7 @@ int main(int argc, char *argv[])
QLabel *label = new QLabel(text);
label->setWordWrap(true);
-#if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5)
- label->showMaximized();
-#else
label->show();
-#endif
qDebug() << text;
app.exec();