ui/hud: add Q_OBJECT macro (#33638)

add Q_OBJECT
This commit is contained in:
Dean Lee 2024-09-25 06:06:04 +08:00 committed by GitHub
parent 1f198ff9c9
commit fda0b70c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include "selfdrive/ui/ui.h"
class HudRenderer : public QObject {
Q_OBJECT
public:
HudRenderer();
void updateState(const UIState &s);