OffroadHome::refresh(): remove emit keyword on slot (#21227)

old-commit-hash: 7d3dc4d031
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent a412726247
commit d36392cdea
  1. 2
      selfdrive/ui/qt/home.cc

@ -188,7 +188,7 @@ void OffroadHome::refresh() {
}
if (!alert_notification->isVisible() && !first_refresh) {
emit openAlerts();
openAlerts();
}
alert_notification->setVisible(true);

Loading…
Cancel
Save