From b722ac36aef378ed9837f7f4595b4ce2d255f4ac Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 11 Feb 2016 17:42:44 -0200 Subject: TransitionControl: unhandled events are now ignore()'d. Added parent parameter to ctor, as with other components. --- transitioncontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transitioncontrol.h') diff --git a/transitioncontrol.h b/transitioncontrol.h index 4c76e8c..6b15679 100644 --- a/transitioncontrol.h +++ b/transitioncontrol.h @@ -14,7 +14,7 @@ class TransitionControl : { Q_OBJECT public: - TransitionControl(); + TransitionControl(QQuickItem *parent = 0); double t() const { return m_t; } signals: -- cgit v1.2.3