mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
chore:解决该文件构建deb报错的问题
This commit is contained in:
@@ -168,7 +168,7 @@ void DownloadListWidget::httpFinished() // 完成下载
|
|||||||
isdownload = false;
|
isdownload = false;
|
||||||
isBusy = false;
|
isBusy = false;
|
||||||
|
|
||||||
QtConcurrent::run([=]()
|
auto future = QtConcurrent::run([=]()
|
||||||
{
|
{
|
||||||
while (downloaditemlist[nowDownload - 1]->readyInstall() == -1) // 安装当前应用,堵塞安装,后面的下载suspend
|
while (downloaditemlist[nowDownload - 1]->readyInstall() == -1) // 安装当前应用,堵塞安装,后面的下载suspend
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user