From 7f92774dc96d895a4842311ff8f0bb361bb8aabf Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 30 Mar 2019 13:36:44 +1100 Subject: [PATCH] use track types and clip refs --- panels/timeline.cpp | 4 ++-- timeline/clip.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/panels/timeline.cpp b/panels/timeline.cpp index 390b10553..de6fe4eba 100644 --- a/panels/timeline.cpp +++ b/panels/timeline.cpp @@ -1870,7 +1870,7 @@ void Timeline::transition_tool_click() { for (int i=0;isetObjectName("v"); a->setData(reinterpret_cast(&em)); @@ -1881,7 +1881,7 @@ void Timeline::transition_tool_click() { for (int i=0;isetObjectName("a"); a->setData(reinterpret_cast(&em)); diff --git a/timeline/clip.h b/timeline/clip.h index eb3fccbf7..69bd75e67 100644 --- a/timeline/clip.h +++ b/timeline/clip.h @@ -128,7 +128,7 @@ public: // other variables (should be deep copied/duplicated in copy()) int IndexOfEffect(Effect* e); QList effects; - QVector linked; + QVector linked; TransitionPtr opening_transition; TransitionPtr closing_transition;