ui/MainWindow: remove emit keyword on slot (#22790)

old-commit-hash: dd1531af96
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent dc3075790e
commit 0b73c09488
  1. 2
      selfdrive/ui/qt/window.cc

@ -81,7 +81,7 @@ void MainWindow::closeSettings() {
main_layout->setCurrentWidget(homeWindow); main_layout->setCurrentWidget(homeWindow);
if (QUIState::ui_state.scene.started) { if (QUIState::ui_state.scene.started) {
emit homeWindow->showSidebar(false); homeWindow->showSidebar(false);
} }
} }

Loading…
Cancel
Save