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 CppQmlTypes::typesForImport(const QString &packageName, ComponentVersion version) const +QList CppQmlTypes::typesForImport(const QString &packageName, QmlJS::ComponentVersion version) const { QMap objectValuesByName;