Remove the context argument from Managed::delete(Indexed)Property
authorLars Knoll <lars.knoll@digia.com>
Fri, 21 Jun 2013 18:33:39 +0000 (20:33 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 21 Jun 2013 20:21:39 +0000 (22:21 +0200)
commitf12a402b9ce213914853fca51928dfe0e28bf039
tree346cc0f048aab1b76074cc2029681e3296bbe4b7
parent9fe5cb27f27d4a3118601818af8246f9edbaeaff
Remove the context argument from Managed::delete(Indexed)Property

It's not required, as we can always get the current context from
the Managed object for the cases we need it.

Change-Id: I29fb9861a73ece1b3d5aa45f3bc350d8a5f76fa9
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
14 files changed:
src/qml/qml/v4/qv4arrayobject.cpp
src/qml/qml/v4/qv4context.cpp
src/qml/qml/v4/qv4managed_p.h
src/qml/qml/v4/qv4object.cpp
src/qml/qml/v4/qv4object_p.h
src/qml/qml/v4/qv4regexp.cpp
src/qml/qml/v4/qv4regexp_p.h
src/qml/qml/v4/qv4runtime.cpp
src/qml/qml/v4/qv4sequenceobject.cpp
src/qml/qml/v4/qv4string.cpp
src/qml/qml/v4/qv4string_p.h
src/qml/qml/v4/qv4stringobject.cpp
src/qml/qml/v4/qv4stringobject_p.h
src/qml/qml/v8/qjsvalue.cpp