summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-26 23:59:59 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-27 02:12:49 (GMT)
commit9ea7bb34e4b41e1263acb8a175f61566046f9bf6 (patch)
treecf1c34db5cb295f05fde2fc562f1b867032fd9bf /doc
parentb4b0bdda668e9845623995c788d88a774dd52d98 (diff)
downloadQt-9ea7bb34e4b41e1263acb8a175f61566046f9bf6.zip
Qt-9ea7bb34e4b41e1263acb8a175f61566046f9bf6.tar.gz
Qt-9ea7bb34e4b41e1263acb8a175f61566046f9bf6.tar.bz2
various doc fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/dynamicobjects.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/dynamicobjects.qdoc b/doc/src/declarative/dynamicobjects.qdoc
index 6bce4fa..300799c 100644
--- a/doc/src/declarative/dynamicobjects.qdoc
+++ b/doc/src/declarative/dynamicobjects.qdoc
@@ -148,7 +148,7 @@ lots of dynamically created items, however, you may receive a worthwhile
performance benefit if unused items are deleted.
Note that you should never manually delete items that were dynamically created
-by QML elements (such as \l Loader). Also, you should generally avoid deleting
+by QML elements (such as \l Loader and \l Repeater). Also, you should generally avoid deleting
items that you did not dynamically create yourself.
Items can be deleted using the \c destroy() method. This method has an optional