Skip to content
Snippets Groups Projects
Commit 078ab27d authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

SequenceWorkflow: Save linking information


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 88ee6802
No related branches found
No related tags found
No related merge requests found
......@@ -216,9 +216,10 @@ SequenceWorkflow::toVariant() const
{ "uuid", clip->uuid() },
{ "position", position },
{ "trackId", trackId },
{ "linked", clip->isLinked() },
{ "linkedClip", clip->linkedClipUuid() },
{ "filters", EffectHelper::toVariant( clip->input() ) }
};
//FIXME: Missing linking informations
l << h;
}
QVariantHash h{ { "clips", l }, { "filters", EffectHelper::toVariant( m_multitrack ) } };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment