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

pull/21237/head
Dean Lee 4 years ago committed by GitHub
parent 9e636d2edc
commit 7d3dc4d031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/qt/home.cc

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

Loading…
Cancel
Save