This commit is contained in:
Your Name
2024-02-17 13:48:06 -06:00
parent 5f51f7e3d7
commit 4e523dc500

View File

@@ -20,7 +20,6 @@ class OscarSettingsWindow : public QFrame {
public: public:
explicit OscarSettingsWindow(QWidget *parent = 0); explicit OscarSettingsWindow(QWidget *parent = 0);
void setCurrentPanel(int index, const QString &param = ""); void setCurrentPanel(int index, const QString &param = "");
void showDriverView();
protected: protected:
void showEvent(QShowEvent *event) override; void showEvent(QShowEvent *event) override;