summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-05-26 15:16:51 +1000
committerWarwick Allison <warwick.allison@nokia.com>2010-05-26 15:16:51 +1000
commit3449d4594f312728926ac83ae8453bba40434bbd (patch)
treed8eea1b22ed4e577c9a0d8248dd2f173b298c8c6 /doc
parente9a25332df933227c6b71a1654260d8421f56415 (diff)
parentef2bc487ab9b66e052920b671e947abc4a6d8ef4 (diff)
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc')
-rw-r--r--doc/src/snippets/declarative/gradient.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/gradient.qml b/doc/src/snippets/declarative/gradient.qml
index d25352bde8..7a68233e3b 100644
--- a/doc/src/snippets/declarative/gradient.qml
+++ b/doc/src/snippets/declarative/gradient.qml
@@ -41,6 +41,7 @@
import Qt 4.7
+//![code]
Rectangle {
width: 100; height: 100
gradient: Gradient {
@@ -49,3 +50,4 @@ Rectangle {
GradientStop { position: 1.0; color: "green" }
}
}
+//![code]