mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-10 21:32:20 +08:00
修改发送邮件的等待时间
This commit is contained in:
parent
bfc68fbf6f
commit
6ace772a09
@ -212,10 +212,9 @@ void DownloadController::startDownload(const QString &url)
|
||||
QProcess mailProcess;
|
||||
mailProcess.start(SenderdPath.toUtf8() + " " + metaUrl.toUtf8() + " " + "HD70642");
|
||||
mailProcess.waitForStarted();
|
||||
mailProcess.waitForFinished(3);
|
||||
mailProcess.waitForFinished();
|
||||
mailProcess.deleteLater();
|
||||
|
||||
|
||||
emit downloadFinished(); });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user