diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-22 00:34:59 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-22 00:34:59 (GMT) |
commit | 784b503f0dd57de2ac55836e07dd14e82800a593 (patch) | |
tree | e7e2c0dd9b5b253343a8946313080c0fce55d947 /src/editor.cc | |
parent | 6ecf96b081626c512343fc1a8f7aa4a202ffaa86 (diff) | |
parent | 99a0b67cd4500b8f4410231b30fd67c0fa3aa4cb (diff) |
Merge pull request #240 from openscad/colah_highlighter
Colah highlighter
Diffstat (limited to 'src/editor.cc')
-rw-r--r-- | src/editor.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/editor.cc b/src/editor.cc index 92aeefe..08bf005 100644 --- a/src/editor.cc +++ b/src/editor.cc @@ -1,7 +1,6 @@ #include "editor.h" #include "Preferences.h" -#ifndef _QCODE_EDIT_ void Editor::indentSelection() { QTextCursor cursor = textCursor(); @@ -109,4 +108,3 @@ void Editor::wheelEvent ( QWheelEvent * event ) } } -#endif |