aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index 85c326d0..fec0d069 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -37,7 +37,8 @@ enum class ElementType
WIRE,
PIP,
NET,
- CELL
+ CELL,
+ GROUP
};
class DesignWidget : public QWidget
@@ -75,6 +76,7 @@ class DesignWidget : public QWidget
void newContext(Context *ctx);
void updateTree();
void onClickedBel(BelId bel);
+ void onClickedWire(WireId wire);
private:
Context *ctx;