aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/semantichighlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/semantichighlighter.cpp')
-rw-r--r--src/plugins/cppeditor/semantichighlighter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/semantichighlighter.cpp b/src/plugins/cppeditor/semantichighlighter.cpp
index 79ecd18ceb..4c3c40967d 100644
--- a/src/plugins/cppeditor/semantichighlighter.cpp
+++ b/src/plugins/cppeditor/semantichighlighter.cpp
@@ -178,6 +178,7 @@ void SemanticHighlighter::onHighlighterResultAvailable(int from, int to)
for (QTextBlock block = firstBlockForResult; block != endBlock; block = block.next()) {
QTC_ASSERT(block.isValid(),
qDebug() << from << to << i << result.line << result.column
+ << result.kind << result.textStyles.mainStyle
<< firstBlockForResult.blockNumber() << firstBlockForResult.position()
<< lastBlockForResult.blockNumber() << lastBlockForResult.position();
break);