func:添加右键上传下载。修正发送退出对方接收中断问题。

This commit is contained in:
2025-11-15 21:54:46 +08:00
parent 7a69db774d
commit d73ddf7341
8 changed files with 109 additions and 47 deletions

View File

@@ -98,8 +98,9 @@ private:
QMutex lMut_;
QMutex rMut_;
ClientCore* clientCore_;
QMutex sthMut_;
bool isSend_{};
ClientCore* clientCore_;
QMap<QString, QThread*> upTasks_;
};