summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-05 04:29:16 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-05 05:42:23 (GMT)
commit06c8e20cd7c04c5a11eee5b5a255099fa29bb3e4 (patch)
tree35f3a0d0e3801eb74d6d3949246e01e2420fe0ee /src/declarative/qml
parentba8ff70b5ac7b68be57a4b63e439fd5a37c4aafa (diff)
downloadQt-06c8e20cd7c04c5a11eee5b5a255099fa29bb3e4.zip
Qt-06c8e20cd7c04c5a11eee5b5a255099fa29bb3e4.tar.gz
Qt-06c8e20cd7c04c5a11eee5b5a255099fa29bb3e4.tar.bz2
Fix qdoc errors
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp2
-rw-r--r--src/declarative/qml/qdeclarativepropertyvaluesource.cpp3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp
index dee5ec6..ac60758 100644
--- a/src/declarative/qml/qdeclarativeengine.cpp
+++ b/src/declarative/qml/qdeclarativeengine.cpp
@@ -1550,7 +1550,7 @@ QStringList QDeclarativeEngine::importPathList() const
}
/*!
- Sets the list of directories where the engine searches for
+ Sets \a paths as the list of directories where the engine searches for
installed modules in a URL-based directory structure.
By default, the list contains the paths specified in the \c QML_IMPORT_PATH environment
diff --git a/src/declarative/qml/qdeclarativepropertyvaluesource.cpp b/src/declarative/qml/qdeclarativepropertyvaluesource.cpp
index a0ed78f..039998f 100644
--- a/src/declarative/qml/qdeclarativepropertyvaluesource.cpp
+++ b/src/declarative/qml/qdeclarativepropertyvaluesource.cpp
@@ -60,6 +60,9 @@ QDeclarativePropertyValueSource::QDeclarativePropertyValueSource()
{
}
+/*!
+ Destroys the value source.
+*/
QDeclarativePropertyValueSource::~QDeclarativePropertyValueSource()
{
}