From 02ad96fa8870630c6b77327098c712d6418b8fda Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 28 Mar 2014 11:43:47 -0500 Subject: Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP. Change-Id: I0b444321667691be3e1037164d02f29ed4dfc13e Reviewed-by: Gunnar Sletta --- src/qml/animations/qpauseanimationjob.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qml/animations/qpauseanimationjob.cpp') diff --git a/src/qml/animations/qpauseanimationjob.cpp b/src/qml/animations/qpauseanimationjob.cpp index b6b081d39d..f185b12750 100644 --- a/src/qml/animations/qpauseanimationjob.cpp +++ b/src/qml/animations/qpauseanimationjob.cpp @@ -68,4 +68,9 @@ void QPauseAnimationJob::updateCurrentTime(int) { } +void QPauseAnimationJob::debugAnimation(QDebug d) const +{ + d << "PauseAnimationJob(" << hex << (void *) this << dec << ")" << "duration:" << m_duration; +} + QT_END_NAMESPACE -- cgit v1.2.3