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 | |
parent | 0ffaf436d3a90a2f8c6cd81e70ba94f47539f4d3 (diff) | |
download | Qt-86d121aebedfa2dec1affa5879e4274780f2cc28.zip Qt-86d121aebedfa2dec1affa5879e4274780f2cc28.tar.gz Qt-86d121aebedfa2dec1affa5879e4274780f2cc28.tar.bz2 |
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativepath.cpp | 2 | ||||
-rw-r--r-- | src/declarative/qml/qdeclarativeinfo.cpp | 3 |
2 files changed, 3 insertions, 2 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 diff --git a/src/declarative/qml/qdeclarativeinfo.cpp b/src/declarative/qml/qdeclarativeinfo.cpp index c6560dd..56c0599 100644 --- a/src/declarative/qml/qdeclarativeinfo.cpp +++ b/src/declarative/qml/qdeclarativeinfo.cpp @@ -55,7 +55,8 @@ QT_BEGIN_NAMESPACE \fn QDeclarativeInfo qmlInfo(const QObject *object) \relates QDeclarativeEngine - \brief Prints warnings messages that include the file and line number for QML types. + Prints warning messages that include the file and line number for the + specified QML \a object. When QML types display warning messages, it improves traceability if they include the QML file and line number on which the |