reverted some files erroneously added in previous commit
This commit is contained in:
+1
-3
@@ -1,4 +1,4 @@
|
||||
#include "loadthread.h"
|
||||
#include "loadthread.h"
|
||||
|
||||
#include "mainwindow.h"
|
||||
#include "panels/panels.h"
|
||||
@@ -114,8 +114,6 @@ void load_effect(QXmlStreamReader& stream, Clip* c) {
|
||||
e->set_enabled(effect_enabled);
|
||||
e->load(stream);
|
||||
|
||||
e->moveToThread(QApplication::instance()->thread());
|
||||
|
||||
c->effects.append(e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user