QmlJS: Fix windows namespace issue with ComponentVersion.

Done-with: owolff
This commit is contained in:
Christian Kamm
2010-06-02 15:27:39 +02:00
parent fa79add293
commit 649cebda32

View File

@@ -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;