diff --git a/selfdrive/ui/qt/body.cc b/selfdrive/ui/qt/body.cc index 7d6b3a9..8bc358a 100644 --- a/selfdrive/ui/qt/body.cc +++ b/selfdrive/ui/qt/body.cc @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include @@ -19,7 +19,7 @@ LogoWidget::LogoWidget(QWidget *parent) : QWidget(parent) { setAttribute(Qt::WA_OpaquePaintEvent); setFixedSize(spinner_size); - // pre-compute all the track imgs. make this a gif instead? + // pre-compute all the track imgs. QPixmap comma_img = loadPixmap("../assets/img_spinner_comma.png", spinner_size); QPixmap track_img = loadPixmap("../assets/img_spinner_track.png", spinner_size);