diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-29 07:01:34 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-29 07:01:34 (GMT) |
commit | c01d432060dccca5bc22dc5fd86eae97e1df8231 (patch) | |
tree | 0be911285bef2c3568bf9898f7148990f36f93e6 /src/declarative/util | |
parent | 1fd67315f52dd59667d940057d97f6f7a5ec20d0 (diff) | |
download | Qt-c01d432060dccca5bc22dc5fd86eae97e1df8231.zip Qt-c01d432060dccca5bc22dc5fd86eae97e1df8231.tar.gz Qt-c01d432060dccca5bc22dc5fd86eae97e1df8231.tar.bz2 |
qdoc: Corrected some qdoc warnings.
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qmlstate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |