aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40/mainwindow.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-14 11:14:18 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-14 11:14:18 +0200
commit0d8c80ad5daafc02030385da90c5a57182a5d4e5 (patch)
tree723a15b598d8c7396882a08af188edb17350d31a /gui/ice40/mainwindow.h
parent053bd48bef73668e5c7bdf84e826a996a519c5bb (diff)
downloadnextpnr-0d8c80ad5daafc02030385da90c5a57182a5d4e5.tar.gz
nextpnr-0d8c80ad5daafc02030385da90c5a57182a5d4e5.tar.bz2
nextpnr-0d8c80ad5daafc02030385da90c5a57182a5d4e5.zip
gui for json write and proper statuses
Diffstat (limited to 'gui/ice40/mainwindow.h')
-rw-r--r--gui/ice40/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/ice40/mainwindow.h b/gui/ice40/mainwindow.h
index de160174..ed1b6aaf 100644
--- a/gui/ice40/mainwindow.h
+++ b/gui/ice40/mainwindow.h
@@ -39,8 +39,7 @@ class MainWindow : public BaseMainWindow
void load_pcf(std::string filename);
void onDisableActions() override;
- void onJsonLoaded() override;
- void onRouteFinished() override;
+ void onUpdateActions() override;
protected Q_SLOTS:
void new_proj() override;