This commit is contained in:
Jason Wen
2025-06-04 22:56:39 -04:00
parent 094d5a6fcf
commit c9d0accf16
2 changed files with 0 additions and 5 deletions
@@ -60,8 +60,4 @@ LongitudinalPanel::LongitudinalPanel(QWidget *parent) : QWidget(parent) {
void LongitudinalPanel::showEvent(QShowEvent *event) {
main_layout->setCurrentWidget(cruisePanelScreen);
refresh();
}
void LongitudinalPanel::refresh() {
}
@@ -19,7 +19,6 @@ class LongitudinalPanel : public QWidget {
public:
explicit LongitudinalPanel(QWidget *parent = nullptr);
void showEvent(QShowEvent *event) override;
void refresh();
private:
Params params;