forked from qt-creator/qt-creator
QmlJs: Initialize members
Change-Id: I15a3ec660608266595a8b7a12b59016cc28331af Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -72,6 +72,7 @@ static inline QChar convertUnicode(QChar c1, QChar c2, QChar c3, QChar c4)
|
||||
Lexer::Lexer(Engine *engine)
|
||||
: _engine(engine)
|
||||
, _codePtr(0)
|
||||
, _endPtr(0)
|
||||
, _lastLinePtr(0)
|
||||
, _tokenLinePtr(0)
|
||||
, _tokenStartPtr(0)
|
||||
|
||||
Reference in New Issue
Block a user