Kill debug thread at mainwindow delete.

This commit is contained in:
Krad
2022-01-14 14:23:01 +08:00
parent 98aa09f1c4
commit 6c6965a074
2 changed files with 7 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ private:
QTabWidget* tab = nullptr;
int admin_tab_index = -1;
LoginWindow* l;
QThread* t;
};
#endif // MAINWINDOW_H