test workflow

This commit is contained in:
xueyan hu
2022-01-14 10:19:03 +08:00
parent a1add44ab5
commit 9e560bb4f0

View File

@@ -80,7 +80,7 @@ systemSettingForm::systemSettingForm(QWidget* parent) :
m_diskuse = duse;
updateStorageUsed();
QMetaObject::invokeMethod(ui->batIcon, "startAnimation", Qt::QueuedConnection);
QThread::msleep(1000);
QThread::msleep(20000);
}
});
diskInfoCaller->start();