From 90a4ed9cab76ab57594796a35f5db4a0e94e5b5d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Apr 2024 14:31:23 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/ready.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/ready.cc b/selfdrive/ui/qt/ready.cc index dce8093..44228ed 100644 --- a/selfdrive/ui/qt/ready.cc +++ b/selfdrive/ui/qt/ready.cc @@ -32,7 +32,7 @@ ReadyWindow::ReadyWindow(QWidget *parent) : QWidget(parent) { } )"); - QObject::connect(uiState(), &UIState::uiUpdate, this, &BodyWindow::updateState); + QObject::connect(uiState(), &UIState::uiUpdate, this, &ReadyWindow::updateState); } void ReadyWindow::paintEvent(QPaintEvent *event) {