summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlpropertychanges.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-09-25 02:55:30 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-09-25 02:55:30 (GMT)
commita8fa63eeb02773652befc138eef63c745f47684d (patch)
treee5994a6d288e5979346edf94147af125d5c82262 /src/declarative/util/qmlpropertychanges.cpp
parent96ceb52e030105a4361bce95ce0b2c130e4d1900 (diff)
downloadQt-a8fa63eeb02773652befc138eef63c745f47684d.zip
Qt-a8fa63eeb02773652befc138eef63c745f47684d.tar.gz
Qt-a8fa63eeb02773652befc138eef63c745f47684d.tar.bz2
compile
Diffstat (limited to 'src/declarative/util/qmlpropertychanges.cpp')
-rw-r--r--src/declarative/util/qmlpropertychanges.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlpropertychanges.cpp b/src/declarative/util/qmlpropertychanges.cpp
index 46cd32c..eb14c2e 100644
--- a/src/declarative/util/qmlpropertychanges.cpp
+++ b/src/declarative/util/qmlpropertychanges.cpp
@@ -340,7 +340,7 @@ QmlPropertyChanges::ActionList QmlPropertyChanges::actions()
for (int ii = 0; ii < d->signalReplacements.count(); ++ii) {
- QmlReplaceSignalHandler *handler = signalReplacements.at(ii);
+ QmlReplaceSignalHandler *handler = d->signalReplacements.at(ii);
if (handler->property.isValid()) {
Action a;