diff --git a/src/qpython.cpp b/src/qpython.cpp index dd63e72..236cfff 100644 --- a/src/qpython.cpp +++ b/src/qpython.cpp @@ -55,6 +55,7 @@ QPython::QPython(QObject *parent) QObject::connect(worker, SIGNAL(imported(bool,QJSValue)), this, SLOT(imported(bool,QJSValue))); + thread.setObjectName("QPythonWorker"); thread.start(); }