export dialog updates ui when done

This commit is contained in:
itsmattkc
2018-12-14 22:19:52 +11:00
parent e85d771af0
commit 6b8168dc6a
4 changed files with 224 additions and 210 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
#include "loadthread.h"
#include "loadthread.h"
#include "mainwindow.h"
#include "panels/panels.h"
@@ -114,6 +114,8 @@ void load_effect(QXmlStreamReader& stream, Clip* c) {
e->set_enabled(effect_enabled);
e->load(stream);
e->moveToThread(QApplication::instance()->thread());
c->effects.append(e);
}
}