fun:添加Loading窗口。

This commit is contained in:
2025-11-05 10:57:40 +08:00
parent 28206e8586
commit 9bed3ed536
13 changed files with 236 additions and 11 deletions

View File

@@ -333,7 +333,6 @@ void FileTrans::SendFile(const QSharedPointer<DoTransTask>& task)
auto* sendThread = new SendThread(clientCore_);
sendThread->setTask(task);
QMutexLocker locker(&sthMut_);
// TODO: check if already exist
upTasks_[task->task.localId] = sendThread;
sendThread->run();
}