diff options
author | David Shah <davey1576@gmail.com> | 2018-06-22 13:22:19 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-22 13:22:19 +0200 |
commit | ab88bfdae137f38df0cc575405a05112b2ce4be1 (patch) | |
tree | 53171f08c9a45d3fa1ad3eec15fc37c05797bb1f /gui/line_editor.h | |
parent | 6633441e32c99d09133e4a62c122a377a4af4ad1 (diff) | |
parent | 7f368282700172925428e45f23b8b61e0bf39f94 (diff) | |
download | nextpnr-ab88bfdae137f38df0cc575405a05112b2ce4be1.tar.gz nextpnr-ab88bfdae137f38df0cc575405a05112b2ce4be1.tar.bz2 nextpnr-ab88bfdae137f38df0cc575405a05112b2ce4be1.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'gui/line_editor.h')
-rw-r--r-- | gui/line_editor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/line_editor.h b/gui/line_editor.h index 15b675f9..5f27e502 100644 --- a/gui/line_editor.h +++ b/gui/line_editor.h @@ -3,6 +3,9 @@ #include <QLineEdit> #include <QMenu> +#include "nextpnr.h" + +NEXTPNR_NAMESPACE_BEGIN class LineEditor : public QLineEdit { @@ -28,4 +31,6 @@ class LineEditor : public QLineEdit QMenu *contextMenu; }; +NEXTPNR_NAMESPACE_END + #endif // LINE_EDITOR_H |