diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 01:34:36 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 01:34:36 (GMT) |
commit | 56f67f2fdf84fe5e7660552c52b67c4e474054dd (patch) | |
tree | 7e1b59cd738432c8a48616621934381ddf2e298c /src/declarative/fx/qfxitem.cpp | |
parent | 8d9690cca4a13d4951b3d303eb57dbe4e25ce21c (diff) | |
download | Qt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.zip Qt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.tar.gz Qt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.tar.bz2 |
Rename centeredIn to centerIn.
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index 46bef3c..617e479 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -1079,7 +1079,7 @@ QFxAnchorLine QFxItem::baseline() const \qmlproperty AnchorLine Item::anchors.baseline \qmlproperty Item Item::anchors.fill - \qmlproperty Item Item::anchors.centeredIn + \qmlproperty Item Item::anchors.centerIn \qmlproperty real Item::anchors.topMargin \qmlproperty real Item::anchors.bottomMargin |