diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-10-30 02:07:25 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-10-30 02:07:25 (GMT) |
commit | 77fee8c28157186837807b53776fd93a94130cfa (patch) | |
tree | 507cd07e5f68fcf487ee0ea2b1dcc677b218e84c /src/declarative/util/qmllistmodel.cpp | |
parent | 502f58df4643c6d9189db0297d3869bdb6a6ba4b (diff) | |
download | Qt-77fee8c28157186837807b53776fd93a94130cfa.zip Qt-77fee8c28157186837807b53776fd93a94130cfa.tar.gz Qt-77fee8c28157186837807b53776fd93a94130cfa.tar.bz2 |
Doc.
Be explicit about element<->class relationship in docs. Until this is
automatically set up by qdoc, we need to do it manually so things
like the display of 'read-only' work properly.
Diffstat (limited to 'src/declarative/util/qmllistmodel.cpp')
-rw-r--r-- | src/declarative/util/qmllistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmllistmodel.cpp b/src/declarative/util/qmllistmodel.cpp index 9c9fa6a..977385e 100644 --- a/src/declarative/util/qmllistmodel.cpp +++ b/src/declarative/util/qmllistmodel.cpp @@ -72,7 +72,7 @@ struct ListModelData static void dump(ModelNode *node, int ind); /*! - \qmlclass ListModel + \qmlclass ListModel QmlListModel \brief The ListModel element defines a free-form list data source. The ListModel is a simple hierarchy of elements containing data roles. The contents can |