diff options
author | Robert Loehning <robert.loehning@nokia.com> | 2010-03-04 17:40:22 (GMT) |
---|---|---|
committer | Robert Loehning <robert.loehning@nokia.com> | 2010-03-04 17:46:38 (GMT) |
commit | 364ba2bfeeab574d2ae940e4387d3c90b2a46dcd (patch) | |
tree | 730b236d6ef337edbd00f839e14063d756b5014e /doc | |
parent | c5d04bb263528e665ed0423a27af3cc4bd40e9f2 (diff) | |
download | Qt-364ba2bfeeab574d2ae940e4387d3c90b2a46dcd.zip Qt-364ba2bfeeab574d2ae940e4387d3c90b2a46dcd.tar.gz Qt-364ba2bfeeab574d2ae940e4387d3c90b2a46dcd.tar.bz2 |
Updated URLs.
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/basictypes.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/basictypes.qdoc b/doc/src/declarative/basictypes.qdoc index c60847e..6901947 100644 --- a/doc/src/declarative/basictypes.qdoc +++ b/doc/src/declarative/basictypes.qdoc @@ -128,7 +128,7 @@ \brief A URL is a resource locator, like a file name. A URL is a resource locator, like a file name. It can be either - absolute, e.g. "http://qtsoftware.com", or relative, e.g. + absolute, e.g. "http://qt.nokia.com", or relative, e.g. "pics/logo.png". A relative URL is resolved relative to the URL of the component where the URL is converted from a JavaScript string expression to a url property value. |