summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-16 01:28:30 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-16 01:28:30 (GMT)
commit768c642574cc6ee1748c165ab60d027830a45d43 (patch)
treedf88775f6dec833a9b2739fd6f6f192609caf8c5 /src/declarative/qml/qmlcontext.cpp
parent3e86171f03ff295c0c77ade7ef49e8c395063bd8 (diff)
downloadQt-768c642574cc6ee1748c165ab60d027830a45d43.zip
Qt-768c642574cc6ee1748c165ab60d027830a45d43.tar.gz
Qt-768c642574cc6ee1748c165ab60d027830a45d43.tar.bz2
doc
Diffstat (limited to 'src/declarative/qml/qmlcontext.cpp')
-rw-r--r--src/declarative/qml/qmlcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext.cpp b/src/declarative/qml/qmlcontext.cpp
index 43a4741..31d4e1f 100644
--- a/src/declarative/qml/qmlcontext.cpp
+++ b/src/declarative/qml/qmlcontext.cpp
@@ -469,7 +469,7 @@ QUrl QmlContext::resolvedUrl(const QUrl &src)
}
/*!
- Explicitly sets the url resolveUrl() will use for relative references to \a baseUrl.
+ Explicitly sets the url resolvedUrl() will use for relative references to \a baseUrl.
Calling this function will override the url of the containing
component used by default.