trans: success to trans one file.

This commit is contained in:
2025-06-19 22:07:12 +08:00
parent 5890b66309
commit 182f8faad5
8 changed files with 41 additions and 21 deletions

View File

@@ -39,6 +39,7 @@ private:
protected:
void showEvent(QShowEvent* event) override;
void closeEvent(QCloseEvent* event) override;
private:
bool exis_{ false };
@@ -57,7 +58,6 @@ public:
explicit TranFromTh(TransForm* tf, QObject* parent = nullptr) : QThread(parent), tf_(tf)
{
}
protected:
void run() override
{