up:远端不存在目录校验功能测试完毕。

This commit is contained in:
2025-11-08 18:11:52 +08:00
parent bd1f0ffb8c
commit 910c1598f2
15 changed files with 777 additions and 37 deletions

View File

@@ -85,7 +85,7 @@ public:
public:
void SetClientCore(ClientCore* clientCore);
void SetTasks(const QVector<TransTask>& tasks);
InfoMsg GetInfoMsg() const;
QVector<TransTask> GetTasks() const;
Q_SIGNALS:
void sigCheckOver();
@@ -103,7 +103,6 @@ private:
bool isAlreadyInter_;
QVector<TransTask> tasks_;
ClientCore* clientCore_{};
InfoMsg infoMsg_;
};
#endif // TRANSFORM_H