Get rid of the QmlJS prefix.

This commit is contained in:
Roberto Raggi
2010-02-15 12:56:03 +01:00
parent 8fb82ef792
commit fd26a8c8ec
7 changed files with 16 additions and 16 deletions

View File

@@ -1048,7 +1048,7 @@ bool QmlJSTextEditor::contextAllowsAutoParentheses(const QTextCursor &cursor, co
const QString blockText = cursor.block().text();
const int blockState = blockStartState(cursor.block());
QmlJSScanner tokenize;
Scanner tokenize;
const QList<Token> tokens = tokenize(blockText, blockState);
const int pos = cursor.columnNumber();