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

@@ -45,7 +45,7 @@ namespace QmlJSEditor {
class ExpressionUnderCursor
{
QTextCursor _cursor;
QmlJSScanner scanner;
Scanner scanner;
public:
ExpressionUnderCursor()