重改播放

This commit is contained in:
hm
2020-08-20 17:48:09 +08:00
parent 5c5ef643e1
commit 8ca8016d55
14 changed files with 199 additions and 220 deletions
+2 -1
View File
@@ -66,8 +66,9 @@ void ParameterProcess::process()//线程函数
}
//退出线程
disconnect(thread, nullptr, nullptr, nullptr);
thread->quit();
thread->wait(200);//等待结束
thread->wait();//等待结束
thread->deleteLater();
thread = nullptr;
}