From bfa51e385cc7282b0c53da692c49d2dc41c3b5f3 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Tue, 19 Dec 2023 15:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner2/mainwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;