Update selfdrive/ui/sunnypilot/qt/offroad/settings/lateral_panel.h

This commit is contained in:
Jason Wen
2025-03-20 16:31:16 -04:00
committed by GitHub
parent c6e47a2e71
commit 8bb511db27
@@ -24,8 +24,8 @@ public:
void showEvent(QShowEvent *event) override;
void hideEvent(QHideEvent* event) override;
public slots:
void updateToggles(bool _offroad);
public slots:
void updateToggles(bool _offroad);
private:
QStackedLayout* main_layout = nullptr;