diff options
author | Roberto Raggi <[email protected]> | 2010-07-09 14:47:18 +0200 |
---|---|---|
committer | Roberto Raggi <[email protected]> | 2010-07-09 14:47:18 +0200 |
commit | 8acde74d79672137366258c79eb512a2fbcfac8e (patch) | |
tree | 529c21db030126365f775ac05857ebb48591e8cf /src/plugins/vcsbase/baseannotationhighlighter.cpp | |
parent | 32993f460a4bb44b14964e5379f8c9036481aa93 (diff) |
Forked QSyntaxHighlighter from Qt 4.7.
We need our very own syntax highlighter in Qt Creator.
Diffstat (limited to 'src/plugins/vcsbase/baseannotationhighlighter.cpp')
-rw-r--r-- | src/plugins/vcsbase/baseannotationhighlighter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/baseannotationhighlighter.cpp b/src/plugins/vcsbase/baseannotationhighlighter.cpp index 7ce60584534..b272ea03aed 100644 --- a/src/plugins/vcsbase/baseannotationhighlighter.cpp +++ b/src/plugins/vcsbase/baseannotationhighlighter.cpp @@ -47,7 +47,7 @@ struct BaseAnnotationHighlighterPrivate { BaseAnnotationHighlighter::BaseAnnotationHighlighter(const ChangeNumbers &changeNumbers, QTextDocument *document) : - QSyntaxHighlighter(document), + TextEditor::SyntaxHighlighter(document), m_d(new BaseAnnotationHighlighterPrivate) { setChangeNumbers(changeNumbers); |