summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinstruction_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-04 08:12:45 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-04 08:13:33 (GMT)
commit6633234f5f19899dc54510b2bddb2ae1afd38318 (patch)
treee432c4b1a18a2019caa83efb985c765cd6481ce0 /src/declarative/qml/qdeclarativeinstruction_p.h
parent15f0fb150b924b890a8285fda8f10134f76d263c (diff)
downloadQt-6633234f5f19899dc54510b2bddb2ae1afd38318.zip
Qt-6633234f5f19899dc54510b2bddb2ae1afd38318.tar.gz
Qt-6633234f5f19899dc54510b2bddb2ae1afd38318.tar.bz2
Run signal expressions on attached property objects in correct scope
QTBUG-8677
Diffstat (limited to 'src/declarative/qml/qdeclarativeinstruction_p.h')
-rw-r--r--src/declarative/qml/qdeclarativeinstruction_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeinstruction_p.h b/src/declarative/qml/qdeclarativeinstruction_p.h
index d8af6a7..c41b14f 100644
--- a/src/declarative/qml/qdeclarativeinstruction_p.h
+++ b/src/declarative/qml/qdeclarativeinstruction_p.h
@@ -293,6 +293,7 @@ public:
struct {
int signalIndex;
int value;
+ int context;
} storeSignal;
struct {
int signal;