diff --git a/app/scanner2/mainwindow.h b/app/scanner2/mainwindow.h index b6b8cc74..37c921d6 100644 --- a/app/scanner2/mainwindow.h +++ b/app/scanner2/mainwindow.h @@ -1,4 +1,4 @@ -#ifndef MAINWINDOW_H +#ifndef MAINWINDOW_H #define MAINWINDOW_H #include @@ -275,6 +275,7 @@ private: private: Ui::MainWindow *ui; + QString m_cacheUuid; bool m_canClose; DeviceUserMgr *m_devUserMgr; DeviceUser *m_devUser;