问题修复
This commit is contained in:
parent
7f70722321
commit
1f43c12ca1
|
@ -61,6 +61,8 @@ bool SystemRestoreProxy::checkEnvEx()
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_curUuid = m_backupWrapper.m_uuid;
|
||||||
|
|
||||||
emit checkResult(int(BackupResult::CHECK_ENV_SUCCESS));
|
emit checkResult(int(BackupResult::CHECK_ENV_SUCCESS));
|
||||||
|
|
||||||
qDebug() << "SystemRestoreProxy::checkEnvEx invoke end";
|
qDebug() << "SystemRestoreProxy::checkEnvEx invoke end";
|
||||||
|
|
|
@ -63,6 +63,8 @@ bool UDiskSystemRestoreProxy::checkEnvEx()
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_curUuid = m_backupWrapper.m_uuid;
|
||||||
|
|
||||||
emit checkResult(int(BackupResult::CHECK_ENV_SUCCESS));
|
emit checkResult(int(BackupResult::CHECK_ENV_SUCCESS));
|
||||||
|
|
||||||
qDebug() << "UDiskSystemRestoreProxy::checkEnvEx invoke end";
|
qDebug() << "UDiskSystemRestoreProxy::checkEnvEx invoke end";
|
||||||
|
|
Loading…
Reference in New Issue