Fix formatting mistake in thread name

This commit is contained in:
baldurk
2020-02-03 13:03:57 +00:00
parent 1dc4d5b15e
commit 56fb75ff46
@@ -158,7 +158,7 @@ static ShaderToolOutput RunTool(const ShaderProcessingTool &tool, QWidget *windo
process.moveToThread(mainThread);
});
thread->setName(lit("ShaderProcessingTool %s").arg(tool.name));
thread->setName(lit("ShaderProcessingTool %1").arg(tool.name));
thread->moveObjectToThread(&process);
thread->start();