fix: exit error bug.

This commit is contained in:
2025-06-19 17:01:25 +08:00
parent dfc2639746
commit 5890b66309
7 changed files with 24 additions and 13 deletions

View File

@@ -41,6 +41,7 @@ protected:
void showEvent(QShowEvent* event) override;
private:
bool exis_{ false };
TranFromTh* workTh_{};
QVector<TransTask> tasks_;
FileTrans* fileTrans_{};