Removed wrong connect

This commit is contained in:
f4exb 2017-10-04 09:14:43 +02:00
parent 1f1fec8501
commit 74d2619848
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ bool DVSerialEngine::scan()
controller.thread = new QThread();
controller.worker->moveToThread(controller.thread);
connect(controller.thread, SIGNAL(started()), controller.worker, SLOT(process()));
//connect(controller.thread, SIGNAL(started()), controller.worker, SLOT(process()));
connect(controller.worker, SIGNAL(finished()), controller.thread, SLOT(quit()));
connect(controller.worker, SIGNAL(finished()), controller.worker, SLOT(deleteLater()));
connect(controller.thread, SIGNAL(finished()), controller.thread, SLOT(deleteLater()));