summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.h
diff options
context:
space:
mode:
authorJesus Sanchez-Palencia <jesus.palencia@openbossa.org>2009-11-05 16:41:36 (GMT)
committerEduardo M. Fleury <eduardo.fleury@openbossa.org>2009-11-27 19:19:07 (GMT)
commit33116cf737b6ded48ccbb14af401ecb18adeec96 (patch)
tree85de57a804edd804eeb1034abc6635aa9c485e6d /src/gui/graphicsview/qgraphicsanchorlayout_p.h
parent2aa9303031d9d9f4b123034f4a7fd84f1d1270ba (diff)
downloadQt-33116cf737b6ded48ccbb14af401ecb18adeec96.zip
Qt-33116cf737b6ded48ccbb14af401ecb18adeec96.tar.gz
Qt-33116cf737b6ded48ccbb14af401ecb18adeec96.tar.bz2
QGAL: Do not revert negative anchors
Since we now support anchors with size less then zero, we no longer need to revert anchors with negative spacing. Signed-off-by: Eduardo M. Fleury <eduardo.fleury@openbossa.org> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
Diffstat (limited to 'src/gui/graphicsview/qgraphicsanchorlayout_p.h')
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout_p.h b/src/gui/graphicsview/qgraphicsanchorlayout_p.h
index e96110c..925d7ef 100644
--- a/src/gui/graphicsview/qgraphicsanchorlayout_p.h
+++ b/src/gui/graphicsview/qgraphicsanchorlayout_p.h
@@ -342,7 +342,6 @@ public:
qreal preferredSize;
uint hasSize : 1; // if false, get size from style.
- uint reversed : 1; // if true, the anchor was inverted to keep its value positive
};