initialize array variable and set where used

This commit is contained in:
itsmattkc
2021-01-19 09:09:12 +11:00
parent fa1fbd3a34
commit 3e1fb01758
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ Track::Track() :
{
block_input_ = new NodeInput(this, QStringLiteral("block_in"), NodeValue::kNone);
block_input_->SetKeyframable(false);
block_input_->SetIsArray(true);
connect(block_input_, &NodeInput::InputConnected, this, &Track::BlockConnected);
connect(block_input_, &NodeInput::InputDisconnected, this, &Track::BlockDisconnected);