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

This commit is contained in:
2025-08-08 11:31:43 +08:00
parent 949f3f402d
commit 02d63a349e

View File

@@ -616,7 +616,7 @@ void AppIntoPage::on_downloadButton_clicked()
void AppIntoPage::on_pushButton_3_clicked() void AppIntoPage::on_pushButton_3_clicked()
{ {
QtConcurrent::run([=]() auto future = QtConcurrent::run([=]()
{ {
ui->downloadButton->setEnabled(false); ui->downloadButton->setEnabled(false);
ui->pushButton_3->setEnabled(false); ui->pushButton_3->setEnabled(false);