aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2018-08-03 03:31:37 -0700
committerGitHub <noreply@github.com>2018-08-03 03:31:37 -0700
commit751a5457dcd8ce3acd9aa08591f56310c85210d4 (patch)
tree40f9789b2d1a96797e7b530e78b0de39ba2bd753 /gui/designwidget.h
parent1c1fd99b8ba686c21b17dd8d413a0a5ae6ba1a6d (diff)
parent90623b80e8c37e71e095cc377ce9e8c032af679b (diff)
downloadnextpnr-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.h1
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();