summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrepeater.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-04-24 01:47:38 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-04-24 01:47:38 (GMT)
commit4001e0caa232f4c0624c28710c954e78264f4d7d (patch)
tree033c714d05a39f9e0d6a3a1f076a64677bbc4140 /src/declarative/fx/qfxrepeater.cpp
parentcba3400738cb2c973b6ec20ba78932c893f3b7ce (diff)
downloadQt-4001e0caa232f4c0624c28710c954e78264f4d7d.zip
Qt-4001e0caa232f4c0624c28710c954e78264f4d7d.tar.gz
Qt-4001e0caa232f4c0624c28710c954e78264f4d7d.tar.bz2
Documentation fixes.
Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
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.
*/
/*!