summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-08-17 10:06:55 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-08-17 10:06:55 (GMT)
commitf2f5efc551648c01a384dbc36cec0d966ccbebbb (patch)
tree2295de9ad8f4a1124244a34f7c17306d65e19487 /examples/graphicsview
parenta00fe5c3890ba3b80ff37657d988fb52502f6f78 (diff)
downloadQt-f2f5efc551648c01a384dbc36cec0d966ccbebbb.zip
Qt-f2f5efc551648c01a384dbc36cec0d966ccbebbb.tar.gz
Qt-f2f5efc551648c01a384dbc36cec0d966ccbebbb.tar.bz2
Clean up public API: move dumpGraph() to private API.
Hopefully we won't need it more...
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);