src/declarative/util/qdeclarativetransitionmanager.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   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)