1
0
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:
Thomas Perl 2014-02-04 21:14:00 +01:00
parent 9324ab3238
commit a621f8c8ec

View File

@ -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();
}