From 02d63a349e83b0fb27131b6d1c1db9c59255ab8c Mon Sep 17 00:00:00 2001 From: momen Date: Fri, 8 Aug 2025 11:31:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E8=A7=A3=E5=86=B3=E8=AF=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9E=84=E5=BB=BAdeb=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/appintopage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/appintopage.cpp b/src/pages/appintopage.cpp index 95f2dcb..37a5a3a 100644 --- a/src/pages/appintopage.cpp +++ b/src/pages/appintopage.cpp @@ -616,7 +616,7 @@ void AppIntoPage::on_downloadButton_clicked() void AppIntoPage::on_pushButton_3_clicked() { - QtConcurrent::run([=]() + auto future = QtConcurrent::run([=]() { ui->downloadButton->setEnabled(false); ui->pushButton_3->setEnabled(false);