diff options
author | Eddie Hung <eddie.hung+gitlab@gmail.com> | 2018-07-19 14:57:38 +0000 |
---|---|---|
committer | Eddie Hung <eddie.hung+gitlab@gmail.com> | 2018-07-19 14:57:38 +0000 |
commit | 6e7ba2a2be87bb1e0f323128283a87f59af596b7 (patch) | |
tree | 2c442484baa82bad58821887788485903a0f5e85 /gui/designwidget.h | |
parent | 7e6332735d12f2e5ab9128648ed444bc123df512 (diff) | |
parent | 79dc910b40b082c9d74d010557b7939fb18535fe (diff) | |
download | nextpnr-6e7ba2a2be87bb1e0f323128283a87f59af596b7.tar.gz nextpnr-6e7ba2a2be87bb1e0f323128283a87f59af596b7.tar.bz2 nextpnr-6e7ba2a2be87bb1e0f323128283a87f59af596b7.zip |
Merge branch 'master' into 'master'
Master
See merge request eddiehung/nextpnr!4
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;
|