This commit is contained in:
Your Name
2024-02-13 04:08:13 -06:00
parent dc9dfa03e9
commit ee9802a513
2 changed files with 7 additions and 3 deletions

View File

@@ -40,6 +40,10 @@ public:
BodyWindow(QWidget* parent = 0);
private:
void paintEvent(QPaintEvent*) override;
private slots:
void updateState(const UIState &s);
void offroadTransition(bool onroad);
};
};
// bool charging = false;