From 4f223bcf70224569c4ecf41a542da2b99a8f1e51 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 29 May 2024 18:25:45 -0700 Subject: [PATCH] whoops --- selfdrive/ui/qt/maps/map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/maps/map.cc b/selfdrive/ui/qt/maps/map.cc index 07e137e547..e5ac5480fb 100644 --- a/selfdrive/ui/qt/maps/map.cc +++ b/selfdrive/ui/qt/maps/map.cc @@ -23,7 +23,7 @@ MapWindow::MapWindow(const QMapLibre::Settings &settings) : m_settings(settings) QObject::connect(uiState(), &UIState::uiUpdate, this, &MapWindow::updateState); reinit_timer.setSingleShot(true); - QObject::connect(&reinit_timer, &QTimer::timeout, this, &MapWindow::initializeGL); + QObject::connect(&reinit_timer, &QTimer::timeout, this, &MapWindow::initializeGL); map_overlay = new QWidget (this); map_overlay->setAttribute(Qt::WA_TranslucentBackground, true);