diff options
author | David Boddie <dboddie@trolltech.com> | 2010-09-01 17:00:45 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-09-01 17:00:45 (GMT) |
commit | b38fa28a246bd039593bff732ea7c195dc7e5af9 (patch) | |
tree | 18bb19e73537885a8d2e58d7e446ebf778c081df /src/declarative/qml/qdeclarativeengine.cpp | |
parent | 431cde6aa40a017abc1bfd52b2340e5b1d62d36c (diff) | |
download | Qt-b38fa28a246bd039593bff732ea7c195dc7e5af9.zip Qt-b38fa28a246bd039593bff732ea7c195dc7e5af9.tar.gz Qt-b38fa28a246bd039593bff732ea7c195dc7e5af9.tar.bz2 |
Doc: Added types to method and signal documentation; other fixes.
Diffstat (limited to 'src/declarative/qml/qdeclarativeengine.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativeengine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp index 8461368..82188df 100644 --- a/src/declarative/qml/qdeclarativeengine.cpp +++ b/src/declarative/qml/qdeclarativeengine.cpp @@ -272,8 +272,8 @@ QDeclarativeEnginePrivate::QDeclarativeEnginePrivate(QDeclarativeEngine *e) } /*! - \qmlmethod url Qt::resolvedUrl(url) - Returns \c url resolved relative to the URL of the caller. + \qmlmethod url Qt::resolvedUrl(url url) + Returns \a url resolved relative to the URL of the caller. */ QUrl QDeclarativeScriptEngine::resolvedUrl(QScriptContext *context, const QUrl& url) { |