From fecc8c1aaaa28500bd9f71703cac85b6ba76d00d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 9 May 2024 21:25:27 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/ready.cc | 1 - selfdrive/ui/qt/ready.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/selfdrive/ui/qt/ready.cc b/selfdrive/ui/qt/ready.cc index 1c6301d..aa82f52 100644 --- a/selfdrive/ui/qt/ready.cc +++ b/selfdrive/ui/qt/ready.cc @@ -32,7 +32,6 @@ ReadyWindow::ReadyWindow(QWidget *parent) : QWidget(parent) { timer->callOnTimeout(this, &ReadyWindow::refresh); } - void ReadyWindow::showEvent(QShowEvent *event) { refresh(); timer->start(5 * 1000); diff --git a/selfdrive/ui/qt/ready.h b/selfdrive/ui/qt/ready.h index f2132d6..c2bb4d8 100644 --- a/selfdrive/ui/qt/ready.h +++ b/selfdrive/ui/qt/ready.h @@ -28,8 +28,4 @@ private: QString cur_temp; QPixmap img_ready; QPixmap img_hot; - -private slots: - void showEvent(QShowEvent *event) override; - void hideEvent(QHideEvent *event) override; }; \ No newline at end of file