We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffa7bb commit e5d668cCopy full SHA for e5d668c
src/internal/QStyleSyntaxHighlighter.cpp
@@ -2,7 +2,8 @@
2
#include <QStyleSyntaxHighlighter>
3
4
QStyleSyntaxHighlighter::QStyleSyntaxHighlighter(QTextDocument *document)
5
- : QSyntaxHighlighter(document), m_syntaxStyle(nullptr)
+ : QSyntaxHighlighter(document), m_syntaxStyle(nullptr), m_commentLineSequence(), m_startCommentBlockSequence(),
6
+ m_endCommentBlockSequence()
7
{
8
}
9
0 commit comments