SEVERAL bug fixes

This commit is contained in:
itsmattkc
2018-10-12 18:48:14 +11:00
parent caee50a943
commit cdbec85a81
30 changed files with 444 additions and 149 deletions
+1 -3
View File
@@ -8,7 +8,6 @@
#include "project/selection.h"
struct Sequence {
public:
Sequence();
~Sequence();
Sequence* copy();
@@ -31,8 +30,7 @@ public:
int save_id;
QVector<Marker> markers;
QVector<Clip*> clips;
private:
QVector<Clip*> clips;
};
// static variable for the currently active sequence