feat: change some display text, cause by foo
This commit is contained in:
@@ -409,7 +409,7 @@ void DeviceManager::processScanProgress(const QString& aProgress)
|
||||
}
|
||||
case 3:
|
||||
{
|
||||
QVariant var( tr("Data quality assessment in progress\nprogress:99%"));
|
||||
QVariant var(tr("Patient can leave.\nprogress:%1%").arg(msg));
|
||||
TRIGGER_EVENT(InvokeOperationProgress, nullptr, (QObject *) &var);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user