Give our threads debugger-friendly names

This commit is contained in:
baldurk
2019-12-19 17:46:10 +00:00
parent 2620f0bb8c
commit 27098f8f70
20 changed files with 174 additions and 0 deletions
+1
View File
@@ -713,6 +713,7 @@ void PythonShell::on_runScript_clicked()
});
});
thread->setName(lit("Python script"));
thread->selfDelete(true);
thread->start();
}