forked from qt-creator/qt-creator
Get rid of the QmlJS prefix.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace QmlJSEditor {
|
||||
class ExpressionUnderCursor
|
||||
{
|
||||
QTextCursor _cursor;
|
||||
QmlJSScanner scanner;
|
||||
Scanner scanner;
|
||||
|
||||
public:
|
||||
ExpressionUnderCursor()
|
||||
|
||||
Reference in New Issue
Block a user