This commit is contained in:
Your Name
2024-04-28 15:00:40 -05:00
parent bbc881a913
commit 0f3bcab147

View File

@@ -24,7 +24,7 @@ private slots:
void offroadTransition(bool onroad); void offroadTransition(bool onroad);
void showEvent(QShowEvent *event) override; void showEvent(QShowEvent *event) override;
void hideEvent(QHideEvent *event) override; void hideEvent(QHideEvent *event) override;
void refresh(); // void refresh();
// QTimer* timer; // QTimer* timer;
}; };