aboutsummaryrefslogtreecommitdiffstats
path: root/gui/basewindow.h
diff options
context:
space:
mode:
authorSerge Bazanski <serge@bazanski.pl>2018-07-17 16:03:48 +0100
committerSerge Bazanski <serge@bazanski.pl>2018-07-17 16:03:48 +0100
commit498bef3f3e82ed214daf44ada83eb22a21159993 (patch)
treeb5d982452b972df13c20cabc0c2b2b73256a285d /gui/basewindow.h
parentf3c6c76fff90d89dd65af2c02124c098dab63892 (diff)
parent2eb783d626a9a17baf70d2f7750be3c11623d5bc (diff)
downloadnextpnr-498bef3f3e82ed214daf44ada83eb22a21159993.tar.gz
nextpnr-498bef3f3e82ed214daf44ada83eb22a21159993.tar.bz2
nextpnr-498bef3f3e82ed214daf44ada83eb22a21159993.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-electric-boogaloo
Diffstat (limited to 'gui/basewindow.h')
-rw-r--r--gui/basewindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/basewindow.h b/gui/basewindow.h
index 18b5339e..087880ed 100644
--- a/gui/basewindow.h
+++ b/gui/basewindow.h
@@ -55,10 +55,12 @@ class BaseMainWindow : public QMainWindow
protected Q_SLOTS:
void writeInfo(std::string text);
void displaySplashMessage(std::string msg);
+ void closeTab(int index);
virtual void new_proj() = 0;
virtual void open_proj() = 0;
virtual bool save_proj() = 0;
+ void yosys();
Q_SIGNALS:
void contextChanged(Context *ctx);