minor improvements

This commit is contained in:
itsmattkc
2019-09-20 04:45:17 +10:00
parent 03d81c7003
commit 814ee14c0b
4 changed files with 8 additions and 10 deletions
+5
View File
@@ -61,6 +61,11 @@ QString TimelineOutput::Description()
return tr("Node for communicating between a Timeline panel and the node graph.");
}
const rational &TimelineOutput::Timebase()
{
return timebase_;
}
NodeInput *TimelineOutput::track_input()
{
return track_input_;