summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-12-08 07:28:03 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-12-08 07:28:03 (GMT)
commit0828d52eafa2cc0e588af05ff9dbb8865af9de27 (patch)
tree32821965343fca6d74781d05db1f60489de6fe78 /src/declarative/util
parent3c34240b013e6bd251b35cd66a59fdabbfe7335f (diff)
downloadQt-0828d52eafa2cc0e588af05ff9dbb8865af9de27.zip
Qt-0828d52eafa2cc0e588af05ff9dbb8865af9de27.tar.gz
Qt-0828d52eafa2cc0e588af05ff9dbb8865af9de27.tar.bz2
Link to Data Models doc
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qmllistmodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/util/qmllistmodel.cpp b/src/declarative/util/qmllistmodel.cpp
index 995a7a4..f4317af 100644
--- a/src/declarative/util/qmllistmodel.cpp
+++ b/src/declarative/util/qmllistmodel.cpp
@@ -199,6 +199,8 @@ static void dump(ModelNode *node, int ind);
When creating content dynamically, note that the set of available properties cannot be changed
except by first clearing the model - whatever properties are first added are then the
only permitted properties in the model.
+
+ \sa {qmlmodels}{Data Models}
*/
class ModelObject : public QObject