summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-05 05:35:38 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-05 05:35:38 (GMT)
commit132830854a1b547666c1c65c7db1c6c089399637 (patch)
treea15312f08f636096f1de5906829237f9a9a4ef62 /src/declarative/fx/qfximage.cpp
parente8f2cc813ba4faf41677f65c51a990eea5df4308 (diff)
downloadQt-132830854a1b547666c1c65c7db1c6c089399637.zip
Qt-132830854a1b547666c1c65c7db1c6c089399637.tar.gz
Qt-132830854a1b547666c1c65c7db1c6c089399637.tar.bz2
More doc conversion and cleanup.
Diffstat (limited to 'src/declarative/fx/qfximage.cpp')
-rw-r--r--src/declarative/fx/qfximage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp
index 53c6137..838da30 100644
--- a/src/declarative/fx/qfximage.cpp
+++ b/src/declarative/fx/qfximage.cpp
@@ -203,8 +203,8 @@ QFxScaleGrid *QFxImage::scaleGrid()
\qml
Item {
Image { source: "tile.png" }
- Image { x: 80; width: 100; height: 100; src: "tile.png" }
- Image { x: 190; width: 100; height: 100; tile: true; src: "tile.png" }
+ Image { x: 80; width: 100; height: 100; source: "tile.png" }
+ Image { x: 190; width: 100; height: 100; tile: true; source: "tile.png" }
}
\endqml
\image declarative-image_tile.png