summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-08-23 13:05:48 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-08-23 13:05:48 (GMT)
commit23737d8df57ee77127c4b891e25339a3f73d0fca (patch)
treecd1f6b7f617054cdfb196210053a0f1aa57167d8 /doc/src/snippets
parent74833a2377a7570a910d970c272b846043ae3206 (diff)
downloadQt-23737d8df57ee77127c4b891e25339a3f73d0fca.zip
Qt-23737d8df57ee77127c4b891e25339a3f73d0fca.tar.gz
Qt-23737d8df57ee77127c4b891e25339a3f73d0fca.tar.bz2
Doc: Started to improve QML reference documentation.
Diffstat (limited to 'doc/src/snippets')
-rw-r--r--doc/src/snippets/declarative/borderimage/normal-image.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/snippets/declarative/borderimage/normal-image.qml b/doc/src/snippets/declarative/borderimage/normal-image.qml
index adac4f3..76ec6e2 100644
--- a/doc/src/snippets/declarative/borderimage/normal-image.qml
+++ b/doc/src/snippets/declarative/borderimage/normal-image.qml
@@ -45,11 +45,11 @@ Rectangle {
color: "white"
width: 120; height: 120
-//! [scaled border image]
+//! [normal image]
Image {
source: "pics/borderframe.png"
}
-//! [scaled border image]
+//! [normal image]
Rectangle {
x: 30; y: 0