mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 03:52:11 +08:00
OffroadHome::refresh(): remove emit keyword on slot (#21227)
old-commit-hash: 7d3dc4d0311bef51a66c224327e0cba591a73eea
This commit is contained in:
@@ -188,7 +188,7 @@ void OffroadHome::refresh() {
|
||||
}
|
||||
|
||||
if (!alert_notification->isVisible() && !first_refresh) {
|
||||
emit openAlerts();
|
||||
openAlerts();
|
||||
}
|
||||
alert_notification->setVisible(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user