Refactor MainWindow.

This commit is contained in:
Krad
2022-07-13 11:34:26 +08:00
parent 6c8dd45da0
commit 90e41ff7d1
2 changed files with 174 additions and 160 deletions

View File

@@ -62,6 +62,12 @@ private:
LoginDialog* mLoginDialog;
QThread* mThread;
bool mIsDebugMode;
void switchToScanTab();
void reloadLanguage() ;
void resetRoleLayout();
};
#endif // MAINWINDOW_H