From 1f43c12ca1e74e0e01c9ab8a6816dd5910288e61 Mon Sep 17 00:00:00 2001 From: zhaominyong Date: Mon, 24 Jan 2022 15:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup-daemon/systemrestoreproxy.cpp | 2 ++ backup-daemon/udisksystemrestoreproxy.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/backup-daemon/systemrestoreproxy.cpp b/backup-daemon/systemrestoreproxy.cpp index d2663f9..e18b032 100755 --- a/backup-daemon/systemrestoreproxy.cpp +++ b/backup-daemon/systemrestoreproxy.cpp @@ -61,6 +61,8 @@ bool SystemRestoreProxy::checkEnvEx() return false; } + m_curUuid = m_backupWrapper.m_uuid; + emit checkResult(int(BackupResult::CHECK_ENV_SUCCESS)); qDebug() << "SystemRestoreProxy::checkEnvEx invoke end"; diff --git a/backup-daemon/udisksystemrestoreproxy.cpp b/backup-daemon/udisksystemrestoreproxy.cpp index aa8636f..84da687 100755 --- a/backup-daemon/udisksystemrestoreproxy.cpp +++ b/backup-daemon/udisksystemrestoreproxy.cpp @@ -63,6 +63,8 @@ bool UDiskSystemRestoreProxy::checkEnvEx() return false; } + m_curUuid = m_backupWrapper.m_uuid; + emit checkResult(int(BackupResult::CHECK_ENV_SUCCESS)); qDebug() << "UDiskSystemRestoreProxy::checkEnvEx invoke end";