diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-05-04 01:55:26 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-05-04 04:41:49 (GMT) |
commit | b5957435b36500e92d7ae9a6d01e9cdffa657275 (patch) | |
tree | 5b893ce8d3e7199bc162940015de4f2720e97be5 /src/declarative/graphicsitems/qdeclarativeitem.cpp | |
parent | 56dcdada14f1a499da5a458bdada2127e73dc630 (diff) | |
download | Qt-b5957435b36500e92d7ae9a6d01e9cdffa657275.zip Qt-b5957435b36500e92d7ae9a6d01e9cdffa657275.tar.gz Qt-b5957435b36500e92d7ae9a6d01e9cdffa657275.tar.bz2 |
Remove obsolete doc groupings.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeitem.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitem.cpp | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp index dc34725..e5faa42 100644 --- a/src/declarative/graphicsitems/qdeclarativeitem.cpp +++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp @@ -219,46 +219,9 @@ QT_BEGIN_NAMESPACE The angle to rotate, in degrees clockwise. */ - -/*! - \group group_animation - \title Animation -*/ - -/*! - \group group_coreitems - \title Basic Items -*/ - -/*! - \group group_layouts - \title Layouts -*/ - -/*! - \group group_states - \title States and Transitions -*/ - -/*! - \group group_utility - \title Utility -*/ - -/*! - \group group_views - \title Views -*/ - -/*! - \group group_widgets - \title Widgets -*/ - /*! \internal \class QDeclarativeContents - \ingroup group_utility \brief The QDeclarativeContents class gives access to the height and width of an item's contents. */ @@ -1258,8 +1221,6 @@ QDeclarativeKeysAttached *QDeclarativeKeysAttached::qmlAttachedProperties(QObjec changes. For many properties in Item or Item derivatives this can be used to add a touch of imperative logic to your application (when absolutely necessary). - - \ingroup group_coreitems */ /*! |