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

pull/214/head
Dean Lee 4 years ago committed by GitHub
parent bef686f275
commit dd1531af96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/qt/window.cc

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

Loading…
Cancel
Save