renamed func

This commit is contained in:
itsmattkc
2019-10-19 10:42:15 +11:00
parent 66b715f6ca
commit 5829fd2ab2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ void Sequence::Open(SequencePtr sequence)
connect(viewer_panel, SIGNAL(TimeChanged(const int64_t&)), timeline_panel, SLOT(SetTime(const int64_t&)));
}
void Sequence::AddDefaultNodes()
void Sequence::add_default_nodes()
{
timeline_output_ = new TimelineOutput();
timeline_output_->SetCanBeDeleted(false);
+1 -1
View File
@@ -41,7 +41,7 @@ public:
static void Open(SequencePtr sequence);
void AddDefaultNodes();
void add_default_nodes();
/**
* @brief Item::Type() override