From fccc1221f68ebae52f5787e285e596682d924c47 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 03:29:32 -0600 Subject: [PATCH] wip --- selfdrive/ui/qt/body.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/body.h b/selfdrive/ui/qt/body.h index 5a549ce..9d9584b 100644 --- a/selfdrive/ui/qt/body.h +++ b/selfdrive/ui/qt/body.h @@ -40,7 +40,7 @@ public: BodyWindow(QWidget* parent = 0); private: void paintEvent(QPaintEvent*) override; -} +}; // bool charging = false; // uint64_t last_button = 0;