Skip to content

Commit

Permalink
ui/hud: add Q_OBJECT macro (#33638)
Browse files Browse the repository at this point in the history
add Q_OBJECT
  • Loading branch information
deanlee authored Sep 24, 2024
1 parent 1f198ff commit fda0b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/ui/qt/onroad/hud.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include "selfdrive/ui/ui.h"

class HudRenderer : public QObject {
Q_OBJECT

public:
HudRenderer();
void updateState(const UIState &s);
Expand Down

0 comments on commit fda0b70

Please sign in to comment.