summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/anchorlayout
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/anchorlayout')
-rw-r--r--examples/graphicsview/anchorlayout/anchorlayout.pro2
-rw-r--r--examples/graphicsview/anchorlayout/main.cpp4
2 files changed, 0 insertions, 6 deletions
diff --git a/examples/graphicsview/anchorlayout/anchorlayout.pro b/examples/graphicsview/anchorlayout/anchorlayout.pro
index abe55f2ef6..7b18a621db 100644
--- a/examples/graphicsview/anchorlayout/anchorlayout.pro
+++ b/examples/graphicsview/anchorlayout/anchorlayout.pro
@@ -9,7 +9,5 @@ INSTALLS += target sources
TARGET = anchorlayout
QT += widgets
-symbian: CONFIG += qt_example
-maemo5: CONFIG += qt_example
simulator: warning(This example might not fully work on Simulator platform)
diff --git a/examples/graphicsview/anchorlayout/main.cpp b/examples/graphicsview/anchorlayout/main.cpp
index f9f93fb961..d19dd38f74 100644
--- a/examples/graphicsview/anchorlayout/main.cpp
+++ b/examples/graphicsview/anchorlayout/main.cpp
@@ -123,11 +123,7 @@ int main(int argc, char **argv)
scene.setBackgroundBrush(Qt::darkGreen);
QGraphicsView view(&scene);
-#if defined(Q_WS_S60)
- view.showMaximized();
-#else
view.show();
-#endif
return app.exec();
}