diff options
author | Michael Brasser <[email protected]> | 2014-03-28 11:43:47 -0500 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-04-08 01:39:37 +0200 |
commit | 02ad96fa8870630c6b77327098c712d6418b8fda (patch) | |
tree | 7f9557c1f00d80e3f16deb4e447cc34863b0a884 /src/qml/animations/qparallelanimationgroupjob_p.h | |
parent | 0a74379a57bcf68328ab167121c2dd16fc2d47c3 (diff) |
Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.
Change-Id: I0b444321667691be3e1037164d02f29ed4dfc13e
Reviewed-by: Gunnar Sletta <[email protected]>
Diffstat (limited to 'src/qml/animations/qparallelanimationgroupjob_p.h')
-rw-r--r-- | src/qml/animations/qparallelanimationgroupjob_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/animations/qparallelanimationgroupjob_p.h b/src/qml/animations/qparallelanimationgroupjob_p.h index 8e29402f33..8cad1c993f 100644 --- a/src/qml/animations/qparallelanimationgroupjob_p.h +++ b/src/qml/animations/qparallelanimationgroupjob_p.h @@ -60,6 +60,7 @@ protected: void updateState(QAbstractAnimationJob::State newState, QAbstractAnimationJob::State oldState); void updateDirection(QAbstractAnimationJob::Direction direction); void uncontrolledAnimationFinished(QAbstractAnimationJob *animation); + void debugAnimation(QDebug d) const; private: bool shouldAnimationStart(QAbstractAnimationJob *animation, bool startIfAtEnd) const; |