diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-09-29 01:24:39 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-09-29 01:24:39 (GMT) |
commit | 190ff44b6491a63a857c583d5d8bfbf7b3d0eb68 (patch) | |
tree | aab5c2d1c393d9807cfceb31c94c1dcf1585ee8c /src/declarative | |
parent | 59b45dfeaa0ee7715cc70464dc8db622544ee90c (diff) | |
download | Qt-190ff44b6491a63a857c583d5d8bfbf7b3d0eb68.zip Qt-190ff44b6491a63a857c583d5d8bfbf7b3d0eb68.tar.gz Qt-190ff44b6491a63a857c583d5d8bfbf7b3d0eb68.tar.bz2 |
Correct property type of PathAttribute::value in the docs.
Diffstat (limited to 'src/declarative')
-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 717da1e..d526688 100644 --- a/src/declarative/graphicsitems/qdeclarativepath.cpp +++ b/src/declarative/graphicsitems/qdeclarativepath.cpp @@ -547,7 +547,7 @@ void QDeclarativePathAttribute::setName(const QString &name) } /*! - \qmlproperty string PathAttribute::value + \qmlproperty real PathAttribute::value This property holds the value for the attribute. The value specified can be used to influence the visual appearance |