重改播放
This commit is contained in:
@@ -66,8 +66,9 @@ void ParameterProcess::process()//线程函数
|
||||
|
||||
}
|
||||
//退出线程
|
||||
disconnect(thread, nullptr, nullptr, nullptr);
|
||||
thread->quit();
|
||||
thread->wait(200);//等待结束
|
||||
thread->wait();//等待结束
|
||||
thread->deleteLater();
|
||||
thread = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user