summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout.h
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 /src/gui/graphicsview/qgraphicsanchorlayout.h
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 'src/gui/graphicsview/qgraphicsanchorlayout.h')
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout.h b/src/gui/graphicsview/qgraphicsanchorlayout.h
index 8010b31..f0ffcbd 100644
--- a/src/gui/graphicsview/qgraphicsanchorlayout.h
+++ b/src/gui/graphicsview/qgraphicsanchorlayout.h
@@ -117,10 +117,6 @@ public:
void invalidate();
QSizeF sizeHint(Qt::SizeHint which, const QSizeF &constraint = QSizeF()) const;
- ///////// DEBUG /////////
- void dumpGraph();
-protected:
-
private:
Q_DISABLE_COPY(QGraphicsAnchorLayout)
Q_DECLARE_PRIVATE(QGraphicsAnchorLayout)