forked from qt-creator/qt-creator
Updated the QML/JS front-end.
Reviewed-by: Christian Kamm
This commit is contained in:
@@ -67,7 +67,7 @@ class NameId;
|
||||
class QML_PARSER_EXPORT Lexer
|
||||
{
|
||||
public:
|
||||
explicit Lexer(Engine *eng, bool tokenizeComments = false);
|
||||
Lexer(Engine *eng, bool tokenizeComments = false);
|
||||
~Lexer();
|
||||
|
||||
void setCode(const QString &c, int lineno);
|
||||
|
||||
Reference in New Issue
Block a user