mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-28 23:52:55 +08:00
Set object name on thread
This commit is contained in:
parent
9324ab3238
commit
a621f8c8ec
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user