Simplify the object iterator API
authorLars Knoll <lars.knoll@digia.com>
Tue, 4 Jun 2013 08:36:39 +0000 (10:36 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Tue, 4 Jun 2013 09:00:55 +0000 (11:00 +0200)
commit1dbbecda8b4e34196d07ecfea65de87b0bd8b83a
treea3e027c397ad5d44d5acdb624d245b2b1d6d416a
parent734f65f151ccd491a2dd79fe511a7822016cf52b
Simplify the object iterator API

We were really missing methods to get both the key and the value
in one go.

Change-Id: I996bde79265f45312e68fcc6bdce76704385ea5b
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/imports/localstorage/plugin.cpp
src/qml/qml/v4/qv4functionobject_p.h
src/qml/qml/v4/qv4jsonobject.cpp
src/qml/qml/v4/qv4objectiterator.cpp
src/qml/qml/v4/qv4objectiterator_p.h
src/qml/qml/v4/qv4objectproto.cpp
src/qml/qml/v4/qv4v8.cpp
src/qml/qml/v8/qv8engine.cpp
src/qml/types/qqmllistmodel.cpp