From 7bcb838017943e81ed50fa7c5bfa5fccf9056791 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Apr 2024 15:15:09 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/home.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/home.h b/selfdrive/ui/qt/home.h index 8202b79..e302fc9 100644 --- a/selfdrive/ui/qt/home.h +++ b/selfdrive/ui/qt/home.h @@ -50,7 +50,7 @@ class HomeWindow : public QWidget { public: explicit HomeWindow(QWidget* parent = 0); - QWidget* _parent = 0 + QWidget* _parent = 0; signals: void openSettings(int index = 0, const QString ¶m = "");