finished merge of viewer and footage
This commit is contained in:
@@ -170,12 +170,12 @@ void TimelinePanel::SetColorLabel(int index)
|
||||
static_cast<TimelineWidget*>(GetTimeBasedWidget())->SetColorLabel(index);
|
||||
}
|
||||
|
||||
void TimelinePanel::InsertFootageAtPlayhead(const QVector<Footage *> &footage)
|
||||
void TimelinePanel::InsertFootageAtPlayhead(const QVector<ViewerOutput *> &footage)
|
||||
{
|
||||
static_cast<TimelineWidget*>(GetTimeBasedWidget())->InsertFootageAtPlayhead(footage);
|
||||
}
|
||||
|
||||
void TimelinePanel::OverwriteFootageAtPlayhead(const QVector<Footage *> &footage)
|
||||
void TimelinePanel::OverwriteFootageAtPlayhead(const QVector<ViewerOutput *> &footage)
|
||||
{
|
||||
static_cast<TimelineWidget*>(GetTimeBasedWidget())->OverwriteFootageAtPlayhead(footage);
|
||||
}
|
||||
|
||||
@@ -85,9 +85,9 @@ public:
|
||||
|
||||
virtual void SetColorLabel(int index) override;
|
||||
|
||||
void InsertFootageAtPlayhead(const QVector<Footage *> &footage);
|
||||
void InsertFootageAtPlayhead(const QVector<ViewerOutput *> &footage);
|
||||
|
||||
void OverwriteFootageAtPlayhead(const QVector<Footage *> &footage);
|
||||
void OverwriteFootageAtPlayhead(const QVector<ViewerOutput *> &footage);
|
||||
|
||||
protected:
|
||||
virtual void Retranslate() override;
|
||||
|
||||
Reference in New Issue
Block a user