ui/hud: add Q_OBJECT macro (#33638)

add Q_OBJECT
pull/33647/head
Dean Lee 7 months ago committed by GitHub
parent 1f198ff9c9
commit fda0b70c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/ui/qt/onroad/hud.h

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

Loading…
Cancel
Save