v1.0.2 fix bug

This commit is contained in:
2022-06-19 23:59:03 +08:00
parent 5acef24bf9
commit e8e84907f2
+2 -1
View File
@@ -87,7 +87,8 @@ Widget::~Widget()
duplicateFiles->deleteLater();
myThread->exit();
myThread->wait(10 * 1000);
delAction->deleteLater();
openAction->deleteLater();
delete ui;
}