diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-07 13:34:22 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-07 13:34:22 (GMT) |
commit | 86d121aebedfa2dec1affa5879e4274780f2cc28 (patch) | |
tree | fbb820019253480a3d8958341a465c86b5b3f20d /src/declarative/graphicsitems | |
parent | 0ffaf436d3a90a2f8c6cd81e70ba94f47539f4d3 (diff) | |
download | Qt-86d121aebedfa2dec1affa5879e4274780f2cc28.zip Qt-86d121aebedfa2dec1affa5879e4274780f2cc28.tar.gz Qt-86d121aebedfa2dec1affa5879e4274780f2cc28.tar.bz2 |
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/declarative/graphicsitems')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepath.cpp b/src/declarative/graphicsitems/qdeclarativepath.cpp index d526688..966c51b 100644 --- a/src/declarative/graphicsitems/qdeclarativepath.cpp +++ b/src/declarative/graphicsitems/qdeclarativepath.cpp @@ -871,7 +871,7 @@ void QDeclarativePathCubic::addToPath(QPainterPath &path) */ /*! - \qmlproperty real value + \qmlproperty real PathPercent::value The proporation of items that should be laid out up to this point. This value should always be higher than the last value specified |