The method is objectAt(), not itemAt().
Change-Id: Ie37636a6f9a641edfe3ec2b47def8806b9b10aa8
Reviewed-by: Martin Smith <martin.smith@digia.com>
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.