From 5829fd2ab28fe0d34b687b994ea0498a4dfa85bb Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 19 Oct 2019 10:42:15 +1100 Subject: [PATCH] renamed func --- app/project/item/sequence/sequence.cpp | 2 +- app/project/item/sequence/sequence.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/project/item/sequence/sequence.cpp b/app/project/item/sequence/sequence.cpp index 7ce6200b7..e09fbd295 100644 --- a/app/project/item/sequence/sequence.cpp +++ b/app/project/item/sequence/sequence.cpp @@ -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); diff --git a/app/project/item/sequence/sequence.h b/app/project/item/sequence/sequence.h index 21cfea61b..d4f381a36 100644 --- a/app/project/item/sequence/sequence.h +++ b/app/project/item/sequence/sequence.h @@ -41,7 +41,7 @@ public: static void Open(SequencePtr sequence); - void AddDefaultNodes(); + void add_default_nodes(); /** * @brief Item::Type() override