diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2009-07-10 06:41:48 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2009-07-14 02:04:31 (GMT) |
commit | 59b3e3ba52891197510115f912e7934ac1784d7c (patch) | |
tree | 2a4bb1a398e99f03dc9d16a45047e5f9423df4de /src/declarative | |
parent | 18fec244eb6a430162347063d8fbad0635a10e00 (diff) | |
download | Qt-59b3e3ba52891197510115f912e7934ac1784d7c.zip Qt-59b3e3ba52891197510115f912e7934ac1784d7c.tar.gz Qt-59b3e3ba52891197510115f912e7934ac1784d7c.tar.bz2 |
Doc (fixed typo)
Diffstat (limited to 'src/declarative')
-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 f5f76b0..61d32f4 100644 --- a/src/declarative/util/qmllistmodel.cpp +++ b/src/declarative/util/qmllistmodel.cpp @@ -73,7 +73,7 @@ struct ListModelData \qmlclass ListModel \brief The ListModel element defines a free-form list data source. - The ListModel is a simple heirarchy of items containing data roles. + The ListModel is a simple hierarchy of items containing data roles. For example: \code |