diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-14 19:12:29 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-14 19:12:29 +0100 |
commit | 1b5c1b028e0a44c6171aa2b95809e2b6edb9c13c (patch) | |
tree | 56765c8830654b50e0e7f302527a34fbeb38b371 /gui/designwidget.h | |
parent | eafb9b4281db82b7f5b2cfcab4dfcfd1dcb038aa (diff) | |
parent | 8d1996cae99ff80a2d9390b94db54217ed1d8726 (diff) | |
download | nextpnr-1b5c1b028e0a44c6171aa2b95809e2b6edb9c13c.tar.gz nextpnr-1b5c1b028e0a44c6171aa2b95809e2b6edb9c13c.tar.bz2 nextpnr-1b5c1b028e0a44c6171aa2b95809e2b6edb9c13c.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r-- | gui/designwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h index ce0220dd..618c7bbf 100644 --- a/gui/designwidget.h +++ b/gui/designwidget.h @@ -43,10 +43,11 @@ class DesignWidget : public QWidget Q_SIGNALS:
void info(std::string text);
+ void selected(std::vector<DecalXY> decal);
private Q_SLOTS:
void prepareMenu(const QPoint &pos);
- void onItemClicked(QTreeWidgetItem *item, int);
+ void onItemSelectionChanged();
void selectObject();
public Q_SLOTS:
void newContext(Context *ctx);
|