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:
@@ -125,7 +125,7 @@ void DownloadItem::install(int t)
|
||||
ui->label_2->setText(tr("Installing"));
|
||||
ui->label_2->setToolTip(tr("Installing"));
|
||||
|
||||
QtConcurrent::run([=]()
|
||||
auto future = QtConcurrent::run([=]()
|
||||
{
|
||||
slotAsyncInstall(t);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user