aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-22 18:37:24 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-22 18:37:24 +0200
commit28e30b2af09a16cc3d58ff8ecd0c742b9be8cf5f (patch)
tree0a23c90bfbe9ebd636163a4214256dc4cf305d2c /gui/designwidget.h
parentad84df7974a82d657938a226da2ceace150cc068 (diff)
downloadnextpnr-28e30b2af09a16cc3d58ff8ecd0c742b9be8cf5f.tar.gz
nextpnr-28e30b2af09a16cc3d58ff8ecd0c742b9be8cf5f.tar.bz2
nextpnr-28e30b2af09a16cc3d58ff8ecd0c742b9be8cf5f.zip
Added hover on properties as well, fixes #64
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index 37791aa1..91da556a 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -83,6 +83,7 @@ class DesignWidget : public QWidget
void onDoubleClicked(const QModelIndex &index);
void onSearchInserted();
void onHoverIndexChanged(QModelIndex index);
+ void onHoverPropertyChanged(QtBrowserItem *item);
public Q_SLOTS:
void newContext(Context *ctx);
void updateTree();