aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qdeclarativesmoothedanimation_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qdeclarativesmoothedanimation_p.h')
-rw-r--r--src/quick/util/qdeclarativesmoothedanimation_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quick/util/qdeclarativesmoothedanimation_p.h b/src/quick/util/qdeclarativesmoothedanimation_p.h
index d065a20516..9a0bc22216 100644
--- a/src/quick/util/qdeclarativesmoothedanimation_p.h
+++ b/src/quick/util/qdeclarativesmoothedanimation_p.h
@@ -83,7 +83,8 @@ public:
virtual QAbstractAnimationJob* transition(QDeclarativeStateActions &actions,
QDeclarativeProperties &modified,
- TransitionDirection direction);
+ TransitionDirection direction,
+ QObject *defaultTarget = 0);
Q_SIGNALS:
void velocityChanged();
void reversingModeChanged();