summaryrefslogtreecommitdiff
path: root/src/editor.h
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-04-03 03:05:05 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-04-03 03:05:05 (GMT)
commit1fb93c298546a28c4653007ff4a74ab703f73e46 (patch)
treee7ea6e0c4a6ffe3fc49d62c1c67e45ef174cc617 /src/editor.h
parent419e8900fcb274f99606fe9cbeb4298e957c3efc (diff)
Replaced main text editor with a qcodeedit widget
git-svn-id: http://svn.clifford.at/openscad/trunk@500 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/editor.h b/src/editor.h
new file mode 100644
index 0000000..c9450ce
--- /dev/null
+++ b/src/editor.h
@@ -0,0 +1,7 @@
+#ifdef _QCODE_EDIT_
+#include <qeditor.h>
+#define EDITOR QEditor
+#else
+#include <QTextEditor>
+#define EDITOR QTextEditor
+#endif
contact: Jan Huwald // Impressum