aboutsummaryrefslogtreecommitdiff
path: root/transitioncontrol.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-02-11 17:42:44 -0200
committerSamuel Fadel <samuelfadel@gmail.com>2016-02-11 17:42:44 -0200
commitb722ac36aef378ed9837f7f4595b4ce2d255f4ac (patch)
tree055558f21a7609c018c71dce82c534c2ae50f242 /transitioncontrol.h
parent7b6e2d60cb24cb3799d94855bb4d5b524ef27cd8 (diff)
TransitionControl: unhandled events are now ignore()'d.
Added parent parameter to ctor, as with other components.
Diffstat (limited to 'transitioncontrol.h')
-rw-r--r--transitioncontrol.h2
1 files changed, 1 insertions, 1 deletions
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: