summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-16 04:28:36 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-16 04:28:36 (GMT)
commitd51de46fe6d52126c57623156a5c7e4ed61a51a7 (patch)
tree7b9c2c14b87a2696c4db1df1bd7dcb5239e22d8d /doc
parent15e8301c3029646bfc2b78b821a0688ee7b287ae (diff)
parent86f89023b52e00d155d6b14762f1a99a70d67e60 (diff)
downloadQt-d51de46fe6d52126c57623156a5c7e4ed61a51a7.zip
Qt-d51de46fe6d52126c57623156a5c7e4ed61a51a7.tar.gz
Qt-d51de46fe6d52126c57623156a5c7e4ed61a51a7.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/network.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/network.qdoc b/doc/src/declarative/network.qdoc
index a81eb0f..4ed5ca2 100644
--- a/doc/src/declarative/network.qdoc
+++ b/doc/src/declarative/network.qdoc
@@ -91,8 +91,8 @@ Image {
\endqml
The \l Image source property will be assigned \tt{http://example.com/mystuff/images/logo.png},
-but while the QML is being developed, in say \tt C:\User\Fred\Documents\MyStuff\test.qml, it will be assigned
-\tt C:\User\Fred\Documents\MyStuff\images\logo.png.
+but while the QML is being developed, in say \tt C:\\User\\Fred\\Documents\\MyStuff\\test.qml, it will be assigned
+\tt C:\\User\\Fred\\Documents\\MyStuff\\images\\logo.png.
If the string assigned to a URL is already an absolute URL, then "resolving" does
not change it and the URL is assigned directly.