summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanchors_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-31 03:33:24 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-31 03:33:24 (GMT)
commit5c9f8288cf642a51bdce46f2833b37e4f94d43d9 (patch)
tree85e57f9c561477a3706c5f8fb32d4abf3c428919 /src/declarative/fx/qfxanchors_p.h
parent3359564d5628af68eb19598d1c0d19e5d1abb272 (diff)
downloadQt-5c9f8288cf642a51bdce46f2833b37e4f94d43d9.zip
Qt-5c9f8288cf642a51bdce46f2833b37e4f94d43d9.tar.gz
Qt-5c9f8288cf642a51bdce46f2833b37e4f94d43d9.tar.bz2
Add baselineOffset to anchors.
Diffstat (limited to 'src/declarative/fx/qfxanchors_p.h')
-rw-r--r--src/declarative/fx/qfxanchors_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxanchors_p.h b/src/declarative/fx/qfxanchors_p.h
index 1827324..ca42966 100644
--- a/src/declarative/fx/qfxanchors_p.h
+++ b/src/declarative/fx/qfxanchors_p.h
@@ -66,7 +66,7 @@ public:
: updatingMe(false), updatingHorizontalAnchor(0),
updatingVerticalAnchor(0), item(0), usedAnchors(0), fill(0),
centerIn(0), leftMargin(0), rightMargin(0), topMargin(0),
- bottomMargin(0), vCenterOffset(0), hCenterOffset(0),
+ bottomMargin(0), vCenterOffset(0), hCenterOffset(0), baselineOffset(0),
componentComplete(true)
{
}
@@ -126,6 +126,7 @@ public:
qreal bottomMargin;
qreal vCenterOffset;
qreal hCenterOffset;
+ qreal baselineOffset;
bool componentComplete;
};