aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@intopalo.com>2015-07-25 09:50:19 +0300
committerAndrew Knight <andrew.knight@intopalo.com>2015-07-26 10:36:24 +0000
commit6d040b2f5e028dbe9efe066bb3f0cf96ad46dcdb (patch)
treecd2c4c5ea7eb33c536aee34e23ac526cf2d2adf7 /src
parent38a9e94e0ee5ca8bf163fd3ed8d5d6e7fda31252 (diff)
Instantiator: fix typo in docs
The method is objectAt(), not itemAt(). Change-Id: Ie37636a6f9a641edfe3ec2b47def8806b9b10aa8 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/qml/types/qqmlinstantiator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmlinstantiator.cpp b/src/qml/types/qqmlinstantiator.cpp
index 7626ba5a05..735463a058 100644
--- a/src/qml/types/qqmlinstantiator.cpp
+++ b/src/qml/types/qqmlinstantiator.cpp
@@ -321,7 +321,7 @@ int QQmlInstantiator::count() const
Note that an extra variable, index, will be available inside instances of the
delegate. This variable refers to the index of the instance inside the Instantiator,
- and can be used to obtain the object through the itemAt method of the Instantiator.
+ and can be used to obtain the object through the objectAt method of the Instantiator.
If this property is changed, all instances using the old delegate will be destroyed
and new instances will be created using the new delegate.