summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/extending.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-12-21 19:21:47 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-12-21 19:21:47 (GMT)
commit2143a50d274d36e4fe779de2c732c66f47496ace (patch)
treee707ef803ff047fb0f7b14dbf1474fb65f38c13a /doc/src/declarative/extending.qdoc
parent75b4b1a99d1ea0f8549b188ec29a3a9103bc587a (diff)
downloadQt-2143a50d274d36e4fe779de2c732c66f47496ace.zip
Qt-2143a50d274d36e4fe779de2c732c66f47496ace.tar.gz
Qt-2143a50d274d36e4fe779de2c732c66f47496ace.tar.bz2
Doc: Fixed QML syntax in quoted code snippets.
Diffstat (limited to 'doc/src/declarative/extending.qdoc')
-rw-r--r--doc/src/declarative/extending.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc
index 748ec6c..c34dc13 100644
--- a/doc/src/declarative/extending.qdoc
+++ b/doc/src/declarative/extending.qdoc
@@ -823,7 +823,7 @@ If the \l{Item::children}{children} property was not the default property for
\qml
Item {
children: [
- Rectangle {}
+ Rectangle {},
Rectangle {}
]
}