From 649cebda329a166f49218f48b9c59d6ea3723de3 Mon Sep 17 00:00:00 2001 From: Christian Kamm <christian.d.kamm@nokia.com> Date: Wed, 2 Jun 2010 15:27:39 +0200 Subject: [PATCH] QmlJS: Fix windows namespace issue with ComponentVersion. Done-with: owolff --- src/libs/qmljs/qmljsinterpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/qmljs/qmljsinterpreter.cpp b/src/libs/qmljs/qmljsinterpreter.cpp index 39bc441bda9..cca0d0c5b31 100644 --- a/src/libs/qmljs/qmljsinterpreter.cpp +++ b/src/libs/qmljs/qmljsinterpreter.cpp @@ -2049,7 +2049,7 @@ void CppQmlTypes::reload(Engine *interpreter) } } -QList<QmlObjectValue *> CppQmlTypes::typesForImport(const QString &packageName, ComponentVersion version) const +QList<QmlObjectValue *> CppQmlTypes::typesForImport(const QString &packageName, QmlJS::ComponentVersion version) const { QMap<QString, QmlObjectValue *> objectValuesByName; -- GitLab