On Fri, Dec 17, 2010 at 3:08 PM, Petrus Lundqvist <[email protected]> wrote:
> You can do this with: > > property variant myobj > > .. and then set it to a JS object (or array). But the problem is that if > you now try to modify myobj you'll find that it has become immutable. I've understood that storing a js object in "property variant" copies the object and converts to QVariantMap, throwing stuff like prototype chain away. What I want is just a reference to the original javascript object. -- Ville M. Vainio @@ Forum Nokia _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
