summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview')
-rw-r--r--examples/graphicsview/anchorlayout/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/graphicsview/anchorlayout/main.cpp b/examples/graphicsview/anchorlayout/main.cpp
index 5e383fa..ecb2675 100644
--- a/examples/graphicsview/anchorlayout/main.cpp
+++ b/examples/graphicsview/anchorlayout/main.cpp
@@ -126,8 +126,6 @@ int main(int argc, char **argv)
return 0;
#endif
- l->dumpGraph();
-
scene->addItem(w);
scene->setBackgroundBrush(Qt::darkGreen);
QGraphicsView *view = new QGraphicsView(scene);