up:基本验证逻辑完成。

This commit is contained in:
2025-11-06 23:12:13 +08:00
parent d92ab6c029
commit 648fca13c5
12 changed files with 62 additions and 19 deletions

View File

@@ -10,7 +10,6 @@
#include "ClientCore.h"
constexpr int MAX_SEND_TASK = 10;
struct TransTask {
bool isUpload{false};
QString localId;
@@ -19,6 +18,9 @@ struct TransTask {
QString remoteId;
QString remotePath;
QString remoteUUID;
QString taskUUID;
FileCheckState localCheckState{FCS_NORMAL};
FileCheckState remoteCheckState{FCS_NORMAL};
};
enum class TaskState {