equal
deleted
inserted
replaced
174 foreach(const QDeclarativeAction &action, applyList) { |
174 foreach(const QDeclarativeAction &action, applyList) { |
175 if (action.event) { |
175 if (action.event) { |
176 if (action.event->isReversable()) { |
176 if (action.event->isReversable()) { |
177 action.event->clearBindings(); |
177 action.event->clearBindings(); |
178 action.event->rewind(); |
178 action.event->rewind(); |
179 action.event->clearBindings(); |
179 action.event->clearBindings(); //### shouldn't be needed |
180 } |
180 } |
181 continue; |
181 continue; |
182 } |
182 } |
183 |
183 |
184 if (action.toBinding) |
184 if (action.toBinding) |