diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-20 10:59:33 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-20 10:59:33 +0100 |
commit | 55d5f8f248a00581e54b818d747d5f42ddb5f6bb (patch) | |
tree | 4f40c21efb01e6d341fd13ca8e74c1f640b483e8 /gui/designwidget.h | |
parent | 0385ad1b1cc3dcd4673b3c674bc28ca12a7c7450 (diff) | |
parent | 3bad9c26cff1ba2da7f1810e5915246874780744 (diff) | |
download | nextpnr-55d5f8f248a00581e54b818d747d5f42ddb5f6bb.tar.gz nextpnr-55d5f8f248a00581e54b818d747d5f42ddb5f6bb.tar.bz2 nextpnr-55d5f8f248a00581e54b818d747d5f42ddb5f6bb.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-electric-boogaloo
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r-- | gui/designwidget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h index 1afe817d..b5877f60 100644 --- a/gui/designwidget.h +++ b/gui/designwidget.h @@ -65,8 +65,6 @@ class DesignWidget : public QWidget void info(std::string text);
void selected(std::vector<DecalXY> decal);
void highlight(std::vector<DecalXY> decal, int group);
- void finishContextLoad();
- void contextLoadStatus(std::string text);
private Q_SLOTS:
void prepareMenuProperty(const QPoint &pos);
@@ -104,6 +102,7 @@ class DesignWidget : public QWidget QAction *actionPrev;
QAction *actionNext;
QAction *actionLast;
+ QAction *actionClear;
QColor highlightColors[8];
QMap<QTreeWidgetItem *, int> highlightSelected;
|