diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-07 12:21:55 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-07 12:21:55 (GMT) |
commit | 896de79554060aadf4963d8285ef3f5d8740428b (patch) | |
tree | a6ef96517ec9977bf97131a43f62a3cd68feeebf /src/declarative/qml/qdeclarativeengine.cpp | |
parent | 047dd2d73fab867187d17f684be464233f64165b (diff) | |
download | Qt-896de79554060aadf4963d8285ef3f5d8740428b.zip Qt-896de79554060aadf4963d8285ef3f5d8740428b.tar.gz Qt-896de79554060aadf4963d8285ef3f5d8740428b.tar.bz2 |
qdoc: Fixed a few links to QtObject (QML:QtObject)
Diffstat (limited to 'src/declarative/qml/qdeclarativeengine.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativeengine.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp index 8b15ae9..036c854 100644 --- a/src/declarative/qml/qdeclarativeengine.cpp +++ b/src/declarative/qml/qdeclarativeengine.cpp @@ -125,7 +125,7 @@ QT_BEGIN_NAMESPACE QObject. See the QObject documentation for further details. */ /*! - \qmlproperty string QtObject::objectName + \qmlproperty string QML:QtObject::objectName This property allows you to give a name to this specific object instance. See \l{scripting.html#accessing-child-qobjects}{Accessing Child QObjects} @@ -236,8 +236,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) + Returns \c url resolved relative to the URL of the caller. */ QUrl QDeclarativeScriptEngine::resolvedUrl(QScriptContext *context, const QUrl& url) { |