aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40/mainwindow.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-08 18:14:22 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-08 18:14:22 +0200
commitecc21caa77b09075a97d131890019f6b97281928 (patch)
treeda91ff43084907060d60fd3cae62b70988ec3060 /gui/ice40/mainwindow.h
parent4a44b1c96118c4a74c75c5d0791ee2395cf09900 (diff)
downloadnextpnr-ecc21caa77b09075a97d131890019f6b97281928.tar.gz
nextpnr-ecc21caa77b09075a97d131890019f6b97281928.tar.bz2
nextpnr-ecc21caa77b09075a97d131890019f6b97281928.zip
move load/save proj to base
Diffstat (limited to 'gui/ice40/mainwindow.h')
-rw-r--r--gui/ice40/mainwindow.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/ice40/mainwindow.h b/gui/ice40/mainwindow.h
index c235f0a4..201bf1b1 100644
--- a/gui/ice40/mainwindow.h
+++ b/gui/ice40/mainwindow.h
@@ -41,11 +41,10 @@ class MainWindow : public BaseMainWindow
void onDisableActions() override;
void onJsonLoaded() override;
void onRouteFinished() override;
+ void onProjectLoaded() override;
protected Q_SLOTS:
virtual void new_proj();
- virtual void open_proj();
- virtual bool save_proj();
void open_pcf();
void save_asc();
@@ -56,7 +55,6 @@ class MainWindow : public BaseMainWindow
QAction *actionLoadPCF;
QAction *actionSaveAsc;
- std::string currentProj;
std::string currentPCF;
};