diff options
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r-- | gui/designwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h index b5877f60..61681541 100644 --- a/gui/designwidget.h +++ b/gui/designwidget.h @@ -74,6 +74,7 @@ class DesignWidget : public QWidget public Q_SLOTS:
void newContext(Context *ctx);
void updateTree();
+ void onClickedBel(BelId bel);
private:
Context *ctx;
|