summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/flowlayout
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/flowlayout')
-rw-r--r--examples/graphicsview/flowlayout/flowlayout.pro2
-rw-r--r--examples/graphicsview/flowlayout/main.cpp4
2 files changed, 0 insertions, 6 deletions
diff --git a/examples/graphicsview/flowlayout/flowlayout.pro b/examples/graphicsview/flowlayout/flowlayout.pro
index f8d1e4871f..8d1f7b85ff 100644
--- a/examples/graphicsview/flowlayout/flowlayout.pro
+++ b/examples/graphicsview/flowlayout/flowlayout.pro
@@ -9,6 +9,4 @@ HEADERS += flowlayout.h window.h
SOURCES += flowlayout.cpp main.cpp window.cpp
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/flowlayout/main.cpp b/examples/graphicsview/flowlayout/main.cpp
index 8f5a0faede..88bbb79d4c 100644
--- a/examples/graphicsview/flowlayout/main.cpp
+++ b/examples/graphicsview/flowlayout/main.cpp
@@ -50,12 +50,8 @@ int main(int argc, char **argv)
Window *w = new Window;
scene.addItem(w);
-#if defined(Q_OS_SYMBIAN)
- view->showMaximized();
-#else
view->resize(400, 300);
view->show();
-#endif
return app.exec();
}