diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-07 15:55:16 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-07 15:55:16 (GMT) |
commit | c18a068963c524f210c0b8a7472dad78b98a7d80 (patch) | |
tree | d87e1bdb8dd34858dd565b99b40f52da6b063c00 | |
parent | 07ce2c31c3e020ad7c5ea4d7cc94296b6860adac (diff) | |
download | Qt-c18a068963c524f210c0b8a7472dad78b98a7d80.zip Qt-c18a068963c524f210c0b8a7472dad78b98a7d80.tar.gz Qt-c18a068963c524f210c0b8a7472dad78b98a7d80.tar.bz2 |
Doc: Small change to ListModel docs
Task-number: QTBUG-16948
-rw-r--r-- | src/declarative/util/qdeclarativelistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativelistmodel.cpp b/src/declarative/util/qdeclarativelistmodel.cpp index 159b569..b2739f0 100644 --- a/src/declarative/util/qdeclarativelistmodel.cpp +++ b/src/declarative/util/qdeclarativelistmodel.cpp @@ -143,7 +143,7 @@ QDeclarativeListModelParser::ListInstruction *QDeclarativeListModelParser::ListM \section1 Modifying List Models The content of a ListModel may be created and modified using the clear(), - append(), set() and setProperty() methods. For example: + append(), set(), insert() and setProperty() methods. For example: \snippet doc/src/snippets/declarative/listmodel-modify.qml delegate |