summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlobjectscriptclass_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-01 07:36:35 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-05 02:39:05 (GMT)
commit361a605e9269f3072c1f5597a8db0622cf3b116b (patch)
tree9d99caf4ffa22a954785a1917ea043966a928064 /src/declarative/qml/qmlobjectscriptclass_p.h
parent69c58d7e1c5713d1d6badeffc6c45eeacb1ba2d8 (diff)
downloadQt-361a605e9269f3072c1f5597a8db0622cf3b116b.zip
Qt-361a605e9269f3072c1f5597a8db0622cf3b116b.tar.gz
Qt-361a605e9269f3072c1f5597a8db0622cf3b116b.tar.bz2
Read/write property directly from QmlObjectScriptClass
Diffstat (limited to 'src/declarative/qml/qmlobjectscriptclass_p.h')
-rw-r--r--src/declarative/qml/qmlobjectscriptclass_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlobjectscriptclass_p.h b/src/declarative/qml/qmlobjectscriptclass_p.h
index c25718c..f126192 100644
--- a/src/declarative/qml/qmlobjectscriptclass_p.h
+++ b/src/declarative/qml/qmlobjectscriptclass_p.h
@@ -86,6 +86,8 @@ protected:
private:
uint m_id;
QmlPropertyCache::Data *lastData;
+ QmlPropertyCache::Data local;
+
struct Dummy {};
PersistentIdentifier<Dummy> *m_destroyId;
QScriptValue m_destroy;