chore:解决该文件构建deb报错的问题

This commit is contained in:
2025-08-08 11:31:51 +08:00
parent 1797fccc2c
commit 76a5d7313b

View File

@@ -125,7 +125,7 @@ void DownloadItem::install(int t)
ui->label_2->setText(tr("Installing")); ui->label_2->setText(tr("Installing"));
ui->label_2->setToolTip(tr("Installing")); ui->label_2->setToolTip(tr("Installing"));
QtConcurrent::run([=]() auto future = QtConcurrent::run([=]()
{ {
slotAsyncInstall(t); slotAsyncInstall(t);
}); });