aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index 7785513a..ce0220dd 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -68,6 +68,11 @@ class DesignWidget : public QWidget
QMap<QString, QtProperty *> idToProperty;
QTreeWidgetItem *nets_root;
QTreeWidgetItem *cells_root;
+
+ QAction *actionFirst;
+ QAction *actionPrev;
+ QAction *actionNext;
+ QAction *actionLast;
};
NEXTPNR_NAMESPACE_END