merged effects into node structure

This commit is contained in:
itsmattkc
2019-04-12 21:50:52 +10:00
parent 4e4d2b1881
commit b21745f694
127 changed files with 1674 additions and 867 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include "timeline/sequence.h"
TrackList::TrackList(Sequence *parent, Track::Type type) :
TrackList::TrackList(Sequence *parent, olive::TrackType type) :
QObject(parent),
type_(type)
{
@@ -91,7 +91,7 @@ QVector<Track*> TrackList::tracks()
return tracks_;
}
Track::Type TrackList::type()
olive::TrackType TrackList::type()
{
return type_;
}