summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxlayouts.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-04-23 01:50:48 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-04-23 01:50:48 (GMT)
commit28cec90fd8740f1d47010d99699f86ac014e9926 (patch)
treed3ff8dd0eec3bf5c6536960650490cb4cc382396 /src/declarative/fx/qfxlayouts.cpp
parent0e8b82bc7b9b0d88e8cc4a4d293851795d35950a (diff)
downloadQt-28cec90fd8740f1d47010d99699f86ac014e9926.zip
Qt-28cec90fd8740f1d47010d99699f86ac014e9926.tar.gz
Qt-28cec90fd8740f1d47010d99699f86ac014e9926.tar.bz2
Merge in changes to old kinetic-dui branch.
Diffstat (limited to 'src/declarative/fx/qfxlayouts.cpp')
-rw-r--r--src/declarative/fx/qfxlayouts.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxlayouts.cpp b/src/declarative/fx/qfxlayouts.cpp
index 455b8a5..a421fd2 100644
--- a/src/declarative/fx/qfxlayouts.cpp
+++ b/src/declarative/fx/qfxlayouts.cpp
@@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE
that you use the move, remove and add transitions when those conditions
arise.
- \ingroup layouts
+ \ingroup group_layouts
*/
QFxBaseLayout::QFxBaseLayout(AutoUpdateType at, QFxItem *parent)
: QFxItem(*(new QFxBaseLayoutPrivate), parent)
@@ -577,7 +577,7 @@ QML_DEFINE_TYPE(QFxVerticalLayout, VerticalLayout);
\internal
\class QFxVerticalLayout
\brief The QFxVerticalLayout class lines up items vertically.
- \ingroup layouts
+ \ingroup group_layouts
*/
QFxVerticalLayout::QFxVerticalLayout(QFxItem *parent)
: QFxBaseLayout(Vertical, parent)
@@ -731,7 +731,7 @@ QML_DEFINE_TYPE(QFxHorizontalLayout,HorizontalLayout);
\internal
\class QFxHorizontalLayout
\brief The QFxHorizontalLayout class lines up items horizontally.
- \ingroup layouts
+ \ingroup group_layouts
*/
QFxHorizontalLayout::QFxHorizontalLayout(QFxItem *parent)
: QFxBaseLayout(Horizontal, parent)
@@ -910,7 +910,7 @@ QML_DEFINE_TYPE(QFxGridLayout,GridLayout);
\internal
\class QFxGridLayout
\brief The QFxGridLayout class lays out items in a grid.
- \ingroup layouts
+ \ingroup group_layouts
*/
QFxGridLayout::QFxGridLayout(QFxItem *parent) :