This commit is contained in:
itsmattkc
2020-08-18 23:50:00 +10:00
+1 -1
View File
@@ -56,7 +56,7 @@ bool ProjectLoadTask::Run()
project->Load(&reader, &layout, &IsCancelled());
// Ensure project is in main thread
moveToThread(qApp->thread());
project->moveToThread(qApp->thread());
if (!IsCancelled()) {
projects_.append(project);