mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
Qt ui: make sure ui_state is initialzed to 0
old-commit-hash: 97f9277ba6982c2b1eb3ce89de34943d800f82c6
This commit is contained in:
@@ -38,7 +38,7 @@ private:
|
||||
QTimer * timer;
|
||||
QTimer * backlight_timer;
|
||||
|
||||
UIState * ui_state;
|
||||
UIState * ui_state = nullptr;
|
||||
QtSound sound;
|
||||
|
||||
bool onroad = true;
|
||||
|
||||
Reference in New Issue
Block a user