This commit is contained in:
Your Name
2024-02-13 20:24:53 -06:00
parent cb4cb801c9
commit 53e8eccf4c

View File

@@ -19,10 +19,6 @@
#include "selfdrive/ui/qt/qt_window.h"
#include "selfdrive/ui/qt/util.h"
void LogoWidget::paintEvent(QPaintEvent *event) {
QPainter painter(this);
}
BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) {
QGridLayout *layout = new QGridLayout(this);
layout->setSpacing(0);