forked from qt-creator/qt-creator
QmlJS: Fix windows namespace issue with ComponentVersion.
Done-with: owolff
This commit is contained in:
@@ -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;
|
QMap<QString, QmlObjectValue *> objectValuesByName;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user