From edfe2512b03c36c44b6c9351741c2223a1a1d393 Mon Sep 17 00:00:00 2001 From: momen Date: Fri, 8 Aug 2025 11:31:36 +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/mainwindow-dtk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow-dtk.cpp b/src/mainwindow-dtk.cpp index 0527ecc..a08c449 100755 --- a/src/mainwindow-dtk.cpp +++ b/src/mainwindow-dtk.cpp @@ -437,7 +437,7 @@ void MainWindow::initTmpDir() if (info.isWritable() == false) { - QtConcurrent::run([=] + auto future = QtConcurrent::run([=] { sleep(3); auto upgradeP = new QProcess();