summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrepeater.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-04-24 04:30:50 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-04-24 04:30:50 (GMT)
commitbe859f223b21ac21f889d278c30ddd653f9233fc (patch)
treea5abd71a2bda8d8d47bf9a302ac5548317d755cd /src/declarative/fx/qfxrepeater.cpp
parent8493c181e19c9cd49ea71baac1fcda54d37dae94 (diff)
parent6ef6a8184ebb969f951a7c55127e9445eba64d35 (diff)
downloadQt-be859f223b21ac21f889d278c30ddd653f9233fc.zip
Qt-be859f223b21ac21f889d278c30ddd653f9233fc.tar.gz
Qt-be859f223b21ac21f889d278c30ddd653f9233fc.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/fx/qfxrepeater.cpp')
-rw-r--r--src/declarative/fx/qfxrepeater.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/declarative/fx/qfxrepeater.cpp b/src/declarative/fx/qfxrepeater.cpp
index ec1d88c..570d54d 100644
--- a/src/declarative/fx/qfxrepeater.cpp
+++ b/src/declarative/fx/qfxrepeater.cpp
@@ -110,13 +110,7 @@ QML_DEFINE_TYPE(QFxRepeater,Repeater);
The repeater instance continues to own all items it instantiates, even
if they are otherwise manipulated. It is illegal to manually remove an item
- created by the Repeater.
-
- \todo Repeater is very conservative in how it instatiates/deletes items.
- Also new model entries will not be created and old ones will not be removed.
-
- \todo Need an example
-
+ created by the Repeater.
*/
/*!