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/util/qdeclarativestate.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/util/qdeclarativestate.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativestate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativestate.cpp b/src/declarative/util/qdeclarativestate.cpp index 861cbc8..ea209aa 100644 --- a/src/declarative/util/qdeclarativestate.cpp +++ b/src/declarative/util/qdeclarativestate.cpp @@ -149,7 +149,6 @@ QDeclarativeStateOperation::QDeclarativeStateOperation(QObjectPrivate &dd, QObje \class QDeclarativeState \brief The QDeclarativeState class allows you to define configurations of objects and properties. - \ingroup group_states QDeclarativeState allows you to specify a state as a set of batched changes from the default configuration. |