diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-10-08 14:17:58 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-10-08 14:17:58 (GMT) |
commit | db1162da76f1d257ba9bfcaef574275e7430385f (patch) | |
tree | 99536ef3ca85b6e0f395dd17408836f9dd9029a4 /src/gui/graphicsview/qgraphicsanchorlayout_p.h | |
parent | 6a19047295169b8c563ad6bc42b3f783449c7521 (diff) | |
download | Qt-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.h | 2 |
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 |