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/qanimationgroupjob_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/qanimationgroupjob_p.h')
-rw-r--r-- | src/qml/animations/qanimationgroupjob_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/animations/qanimationgroupjob_p.h b/src/qml/animations/qanimationgroupjob_p.h index 0f62194656..45bf32fd36 100644 --- a/src/qml/animations/qanimationgroupjob_p.h +++ b/src/qml/animations/qanimationgroupjob_p.h @@ -76,6 +76,8 @@ protected: int uncontrolledAnimationFinishTime(QAbstractAnimationJob *anim) const { return anim->m_uncontrolledFinishTime; } void setUncontrolledAnimationFinishTime(QAbstractAnimationJob *anim, int time); + void debugChildren(QDebug d) const; + private: //definition QAbstractAnimationJob *m_firstChild; |