更新文档

This commit is contained in:
feiyangqingyun
2023-12-06 19:16:34 +08:00
parent e7120ffb24
commit 123a5b4bed
35 changed files with 290 additions and 207 deletions

View File

@@ -230,7 +230,7 @@ void Battery::setValue(double value)
}
this->value = value;
emit valueChanged(value);
Q_EMIT valueChanged(value);
if (animation) {
timer->stop();
timer->start();