fix:修正主动中断检查后崩溃问题。

This commit is contained in:
2025-11-15 23:48:30 +08:00
parent d73ddf7341
commit d0a0d06c1b
8 changed files with 65 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ public:
void SetClientCore(ClientCore* clientCore);
void SetTasks(const QVector<TransTask>& tasks);
QVector<TransTask> GetTasks() const;
bool IsQuit() const;
Q_SIGNALS:
void sigCheckOver();