diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2018-08-03 03:31:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 03:31:37 -0700 |
commit | 751a5457dcd8ce3acd9aa08591f56310c85210d4 (patch) | |
tree | 40f9789b2d1a96797e7b530e78b0de39ba2bd753 /gui/designwidget.h | |
parent | 1c1fd99b8ba686c21b17dd8d413a0a5ae6ba1a6d (diff) | |
parent | 90623b80e8c37e71e095cc377ce9e8c032af679b (diff) | |
download | nextpnr-751a5457dcd8ce3acd9aa08591f56310c85210d4.tar.gz nextpnr-751a5457dcd8ce3acd9aa08591f56310c85210d4.tar.bz2 nextpnr-751a5457dcd8ce3acd9aa08591f56310c85210d4.zip |
Merge pull request #20 from YosysHQ/gui4all
Refactor GUI
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r-- | gui/designwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h index 628586f4..c78d7232 100644 --- a/gui/designwidget.h +++ b/gui/designwidget.h @@ -53,7 +53,6 @@ class DesignWidget : public QWidget std::vector<DecalXY> getDecals(ElementType type, IdString value);
void updateHighlightGroup(QList<TreeModel::Item *> item, int group);
Q_SIGNALS:
- void info(std::string text);
void selected(std::vector<DecalXY> decal, bool keep);
void highlight(std::vector<DecalXY> decal, int group);
void zoomSelected();
|