aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/animations/qcontinuinganimationgroupjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/animations/qcontinuinganimationgroupjob.cpp')
-rw-r--r--src/qml/animations/qcontinuinganimationgroupjob.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qml/animations/qcontinuinganimationgroupjob.cpp b/src/qml/animations/qcontinuinganimationgroupjob.cpp
index 17ab071bf2..432ed8c692 100644
--- a/src/qml/animations/qcontinuinganimationgroupjob.cpp
+++ b/src/qml/animations/qcontinuinganimationgroupjob.cpp
@@ -121,5 +121,12 @@ void QContinuingAnimationGroupJob::uncontrolledAnimationFinished(QAbstractAnimat
stop();
}
+void QContinuingAnimationGroupJob::debugAnimation(QDebug d) const
+{
+ d << "ContinuingAnimationGroupJob(" << hex << (void *) this << dec << ")";
+
+ debugChildren(d);
+}
+
QT_END_NAMESPACE