diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-08-17 10:06:55 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-08-17 10:06:55 (GMT) |
commit | f2f5efc551648c01a384dbc36cec0d966ccbebbb (patch) | |
tree | 2295de9ad8f4a1124244a34f7c17306d65e19487 /examples/graphicsview | |
parent | a00fe5c3890ba3b80ff37657d988fb52502f6f78 (diff) | |
download | Qt-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.cpp | 2 |
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); |