From 85ff8c2259a5aaff56c0a2103aac5f44027525f4 Mon Sep 17 00:00:00 2001 From: Roberto Raggi <roberto.raggi@nokia.com> Date: Wed, 3 Feb 2010 16:34:56 +0100 Subject: [PATCH] Compile. --- src/libs/qmljs/qmljsinterpreter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/qmljs/qmljsinterpreter.cpp b/src/libs/qmljs/qmljsinterpreter.cpp index 9cbce73e006..f6d2066b695 100644 --- a/src/libs/qmljs/qmljsinterpreter.cpp +++ b/src/libs/qmljs/qmljsinterpreter.cpp @@ -743,7 +743,7 @@ const Value *Context::lookup(const QString &name) return _engine->undefinedValue(); } -const ObjectValue *Context::lookupType(AST::UiQualifiedId *qmlTypeName) +const ObjectValue *Context::lookupType(UiQualifiedId *qmlTypeName) { const ObjectValue *objectValue = _typeEnvironment; @@ -1992,7 +1992,7 @@ bool ASTFunctionValue::isVariadic() const return true; } -QmlPrototypeReference::QmlPrototypeReference(AST::UiQualifiedId *qmlTypeName, Engine *engine) +QmlPrototypeReference::QmlPrototypeReference(UiQualifiedId *qmlTypeName, Engine *engine) : Reference(engine), _qmlTypeName(qmlTypeName) { -- GitLab