importtool: create a sequence automatically from dropped footage if one isn't

open already
This commit is contained in:
itsmattkc
2020-02-21 17:28:17 +11:00
parent 042c4616c7
commit bac33e3d16
7 changed files with 306 additions and 184 deletions
+5
View File
@@ -265,6 +265,11 @@ void Sequence::set_default_parameters()
Config::Current()["DefaultSequenceAudioLayout"].toULongLong()));
}
ViewerOutput *Sequence::viewer_output() const
{
return viewer_output_;
}
void Sequence::NameChangedEvent(const QString &name)
{
viewer_output_->set_media_name(name);