summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-07 13:34:22 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-07 13:34:22 (GMT)
commit86d121aebedfa2dec1affa5879e4274780f2cc28 (patch)
treefbb820019253480a3d8958341a465c86b5b3f20d /src/declarative/qml
parent0ffaf436d3a90a2f8c6cd81e70ba94f47539f4d3 (diff)
downloadQt-86d121aebedfa2dec1affa5879e4274780f2cc28.zip
Qt-86d121aebedfa2dec1affa5879e4274780f2cc28.tar.gz
Qt-86d121aebedfa2dec1affa5879e4274780f2cc28.tar.bz2
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qdeclarativeinfo.cpp3
1 files changed, 2 insertions, 1 deletions
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