aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/animations/qanimationgroupjob_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/animations/qanimationgroupjob_p.h')
-rw-r--r--src/qml/animations/qanimationgroupjob_p.h2
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;