summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-03-05 14:12:37 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-03-05 14:12:37 (GMT)
commitd5b716852c6ce79d2abc089e690a3f968273c805 (patch)
treefac44065773178c13eb8c81b802e00ba76b425a4 /src/declarative/qml
parent4575f3f0024e6b095df856a0dd7b37118c935116 (diff)
downloadQt-d5b716852c6ce79d2abc089e690a3f968273c805.zip
Qt-d5b716852c6ce79d2abc089e690a3f968273c805.tar.gz
Qt-d5b716852c6ce79d2abc089e690a3f968273c805.tar.bz2
doc: Fixed some QML qdoc errors.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp
index 7ce2d0b..a71546b 100644
--- a/src/declarative/qml/qdeclarativeengine.cpp
+++ b/src/declarative/qml/qdeclarativeengine.cpp
@@ -1659,10 +1659,8 @@ void QDeclarativeEngine::addImportPath(const QString& path)
}
/*!
- Imports the given \a extension into this QDeclarativeEngine. Returns
- true if the extension was successfully imported.
-
- \sa QDeclarativeExtensionInterface
+ Imports the extension named \a fileName from the \a uri provided.
+ Returns true if the extension was successfully imported.
*/
bool QDeclarativeEngine::importExtension(const QString &fileName, const QString &uri)
{