summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.h
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-10-08 14:17:58 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-10-08 14:17:58 (GMT)
commitdb1162da76f1d257ba9bfcaef574275e7430385f (patch)
tree99536ef3ca85b6e0f395dd17408836f9dd9029a4 /src/gui/graphicsview/qgraphicsanchorlayout_p.h
parent6a19047295169b8c563ad6bc42b3f783449c7521 (diff)
downloadQt-db1162da76f1d257ba9bfcaef574275e7430385f.zip
Qt-db1162da76f1d257ba9bfcaef574275e7430385f.tar.gz
Qt-db1162da76f1d257ba9bfcaef574275e7430385f.tar.bz2
Rename identifyNonFloatItems -> identifyFloatItems.
We changed the behaviour of that, so the name should reflect that.
Diffstat (limited to 'src/gui/graphicsview/qgraphicsanchorlayout_p.h')
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout_p.h b/src/gui/graphicsview/qgraphicsanchorlayout_p.h
index 0f045e5..9ac0e19 100644
--- a/src/gui/graphicsview/qgraphicsanchorlayout_p.h
+++ b/src/gui/graphicsview/qgraphicsanchorlayout_p.h
@@ -443,7 +443,7 @@ public:
void constraintsFromPaths(Orientation orientation);
QList<QSimplexConstraint *> constraintsFromSizeHints(const QList<AnchorData *> &anchors);
QList<QList<QSimplexConstraint *> > getGraphParts(Orientation orientation);
- void identifyNonFloatItems(const QSet<AnchorData *> &visited, Orientation orientation);
+ void identifyFloatItems(const QSet<AnchorData *> &visited, Orientation orientation);
void identifyNonFloatItems_helper(const AnchorData *ad, QSet<QGraphicsLayoutItem *> *nonFloatingItemsIdentifiedSoFar);
inline AnchorVertex *internalVertex(const QPair<QGraphicsLayoutItem*, Qt::AnchorPoint> &itemEdge) const