summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/network.qdoc
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-11-16 03:25:17 (GMT)
committerBill King <bill.king@nokia.com>2009-11-16 03:26:06 (GMT)
commit66eb8e1a135f5ac54be2ea088bae9c82708c4258 (patch)
tree5562a10392b51e3d14f664fd7e877b319d6ec001 /doc/src/declarative/network.qdoc
parent48738dd945f8eb3112ce295c37a67632121020e7 (diff)
downloadQt-66eb8e1a135f5ac54be2ea088bae9c82708c4258.zip
Qt-66eb8e1a135f5ac54be2ea088bae9c82708c4258.tar.gz
Qt-66eb8e1a135f5ac54be2ea088bae9c82708c4258.tar.bz2
Update documentation to display slashes.
Extra slashes needed for dos dir separators.
Diffstat (limited to 'doc/src/declarative/network.qdoc')
-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.