summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-04-29 07:01:34 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-04-29 07:01:34 (GMT)
commitc01d432060dccca5bc22dc5fd86eae97e1df8231 (patch)
tree0be911285bef2c3568bf9898f7148990f36f93e6
parent1fd67315f52dd59667d940057d97f6f7a5ec20d0 (diff)
downloadQt-c01d432060dccca5bc22dc5fd86eae97e1df8231.zip
Qt-c01d432060dccca5bc22dc5fd86eae97e1df8231.tar.gz
Qt-c01d432060dccca5bc22dc5fd86eae97e1df8231.tar.bz2
qdoc: Corrected some qdoc warnings.
-rw-r--r--doc/src/declarative/elements.qdoc2
-rw-r--r--src/declarative/util/qmlstate.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc
index 8fff472..8955587 100644
--- a/doc/src/declarative/elements.qdoc
+++ b/doc/src/declarative/elements.qdoc
@@ -16,7 +16,7 @@ The following table lists the Qml elements provided by the Qt Declarative module
\o
\list
-\o \l StateGroup
+\o \l State
\o \l SetProperty
\o \l SetProperties
\o \l ParentChange
diff --git a/src/declarative/util/qmlstate.cpp b/src/declarative/util/qmlstate.cpp
index 9b1b695..6a9cc12 100644
--- a/src/declarative/util/qmlstate.cpp
+++ b/src/declarative/util/qmlstate.cpp
@@ -175,7 +175,6 @@ void QmlState::setWhen(QmlBindableValue *when)
}
/*!
- \advanced
\qmlproperty string State::extends
This property holds the state that this state extends