This commit is contained in:
yangjiaxuan 2023-12-19 15:48:22 +08:00
parent 1e659f35ff
commit bfa51e385c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#ifndef MAINWINDOW_H
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
@ -275,6 +275,7 @@ private:
private:
Ui::MainWindow *ui;
QString m_cacheUuid;
bool m_canClose;
DeviceUserMgr *m_devUserMgr;
DeviceUser *m_devUser;