diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-09 02:07:28 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-09 02:07:28 (GMT) |
commit | a82651de310e4aedf7a634581e6369f528fb649c (patch) | |
tree | add0d1bd3b88b235e46318c23693b21baaa6565b /src/highlighter.cc | |
parent | 7defd5d5a978e647d6e6b61e4190f3d9b60c0cc7 (diff) |
remove QCodeEditor inspired by Giles Bathgates Jan 7 2012 email to list
Diffstat (limited to 'src/highlighter.cc')
-rw-r--r-- | src/highlighter.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/highlighter.cc b/src/highlighter.cc index 64ea980..ca4b4cf 100644 --- a/src/highlighter.cc +++ b/src/highlighter.cc @@ -27,11 +27,7 @@ #include "highlighter.h" #include "parsersettings.h" // extern int parser_error_pos; -#ifdef _QCODE_EDIT_ -Highlighter::Highlighter(QDocument *parent) -#else Highlighter::Highlighter(QTextDocument *parent) -#endif : QSyntaxHighlighter(parent) { } |