diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-09-25 02:55:30 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-09-25 02:55:30 (GMT) |
commit | a8fa63eeb02773652befc138eef63c745f47684d (patch) | |
tree | e5994a6d288e5979346edf94147af125d5c82262 /src/declarative/util | |
parent | 96ceb52e030105a4361bce95ce0b2c130e4d1900 (diff) | |
download | Qt-a8fa63eeb02773652befc138eef63c745f47684d.zip Qt-a8fa63eeb02773652befc138eef63c745f47684d.tar.gz Qt-a8fa63eeb02773652befc138eef63c745f47684d.tar.bz2 |
compile
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qmlpropertychanges.cpp | 2 |
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; |