summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-16 04:11:27 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-16 04:11:27 (GMT)
commit759d4d27d644c6ededf638b73947968d85ced0d9 (patch)
tree4cb876e5cfd1bc54b3ce76f7dcbebd4634a78451 /doc/src/declarative
parent274cb027444e26d465888842310000963b06aae9 (diff)
parent86f89023b52e00d155d6b14762f1a99a70d67e60 (diff)
downloadQt-759d4d27d644c6ededf638b73947968d85ced0d9.zip
Qt-759d4d27d644c6ededf638b73947968d85ced0d9.tar.gz
Qt-759d4d27d644c6ededf638b73947968d85ced0d9.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/declarative')
-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.