InitLib error raise bug fix.

This commit is contained in:
Krad
2022-01-11 13:07:42 +08:00
parent c1e434f4ec
commit bb9a75c213
7 changed files with 42 additions and 37 deletions

View File

@@ -6,6 +6,7 @@
#include <QTimer>
#include "StdOutRedirector.h"
#include "json/cJSON.h"
#include "loginwindow.h"
namespace Ui {
class MainWindow;
@@ -42,6 +43,7 @@ private:
bool m_bLoaded = false;
QTabWidget* tab = nullptr;
int admin_tab_index = -1;
LoginWindow* l;
};
#endif // MAINWINDOW_H