aboutsummaryrefslogtreecommitdiffstats
path: root/gui/basewindow.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-07-25 13:07:47 +0100
committerGitHub <noreply@github.com>2021-07-25 13:07:47 +0100
commitef3be26a697466f330c442be6bf3d9613395081b (patch)
tree0436205b2a24d57089df214f146c289d9eb0eebb /gui/basewindow.h
parent5212e38512586a6aea0a3b075d30cd172026cd3e (diff)
parentbbb1ea26b629588424d0f5797235b5e7d2320509 (diff)
downloadnextpnr-ef3be26a697466f330c442be6bf3d9613395081b.tar.gz
nextpnr-ef3be26a697466f330c442be6bf3d9613395081b.tar.bz2
nextpnr-ef3be26a697466f330c442be6bf3d9613395081b.zip
Merge pull request #777 from YosysHQ/gatecat/gui-fixes
gui: Add about box and fix some small typos
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 0b63dd73..4e3cdcb8 100644
--- a/gui/basewindow.h
+++ b/gui/basewindow.h
@@ -87,6 +87,8 @@ class BaseMainWindow : public QMainWindow
void saveMovie();
void saveSVG();
+ void about();
+
Q_SIGNALS:
void contextChanged(Context *ctx);
void updateTreeView();