aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ice40/mainwindow.h')
-rw-r--r--gui/ice40/mainwindow.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui/ice40/mainwindow.h b/gui/ice40/mainwindow.h
index 1e20f892..f4037a47 100644
--- a/gui/ice40/mainwindow.h
+++ b/gui/ice40/mainwindow.h
@@ -37,9 +37,11 @@ class MainWindow : public BaseMainWindow
void createMenu();
protected Q_SLOTS:
- virtual void open();
- virtual bool save();
+ virtual void new_proj();
+ virtual void open_proj();
+ virtual bool save_proj();
+ void open_json();
void open_pcf();
void budget();
void place();
@@ -61,6 +63,7 @@ class MainWindow : public BaseMainWindow
void disableActions();
TaskManager *task;
+ QAction *actionLoadJSON;
QAction *actionLoadPCF;
QAction *actionPack;
QAction *actionAssignBudget;