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.h | |
parent | 7defd5d5a978e647d6e6b61e4190f3d9b60c0cc7 (diff) |
remove QCodeEditor inspired by Giles Bathgates Jan 7 2012 email to list
Diffstat (limited to 'src/highlighter.h')
-rw-r--r-- | src/highlighter.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/highlighter.h b/src/highlighter.h index 1bd54d2..2eead6d 100644 --- a/src/highlighter.h +++ b/src/highlighter.h @@ -3,18 +3,10 @@ #include <QSyntaxHighlighter> -#ifdef _QCODE_EDIT_ -#include "qdocument.h" -#endif - class Highlighter : public QSyntaxHighlighter { public: -#ifdef _QCODE_EDIT_ - Highlighter(QDocument *parent); -#else Highlighter(QTextDocument *parent); -#endif void highlightBlock(const QString &text); }; |