aboutsummaryrefslogtreecommitdiffstats
path: root/gui/machxo2/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/machxo2/mainwindow.h')
-rw-r--r--gui/machxo2/mainwindow.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gui/machxo2/mainwindow.h b/gui/machxo2/mainwindow.h
index 2dcd052f..20d72c68 100644
--- a/gui/machxo2/mainwindow.h
+++ b/gui/machxo2/mainwindow.h
@@ -35,13 +35,19 @@ class MainWindow : public BaseMainWindow
public:
void createMenu();
+ protected:
void onDisableActions() override;
void onUpdateActions() override;
protected Q_SLOTS:
void new_proj() override;
-
void newContext(Context *ctx);
+ void open_lpf();
+ void save_config();
+
+ private:
+ QAction *actionLoadLPF;
+ QAction *actionSaveConfig;
};
NEXTPNR_NAMESPACE_END