aboutsummaryrefslogtreecommitdiffstats
path: root/gui/line_editor.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-22 13:22:19 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-22 13:22:19 +0200
commitab88bfdae137f38df0cc575405a05112b2ce4be1 (patch)
tree53171f08c9a45d3fa1ad3eec15fc37c05797bb1f /gui/line_editor.h
parent6633441e32c99d09133e4a62c122a377a4af4ad1 (diff)
parent7f368282700172925428e45f23b8b61e0bf39f94 (diff)
downloadnextpnr-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.h5
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