更新文档
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user