compile fix

This commit is contained in:
Thomas Hartmann
2010-03-01 13:23:05 +01:00
parent 13d7612f09
commit a01ff0cc6e

View File

@@ -1874,7 +1874,7 @@ QStringList MetaTypeSystem::load(const QFileInfoList &xmlFiles)
return errorMsgs;
}
void MetaTypeSystem::reload(Interpreter::Engine *interpreter)
void MetaTypeSystem::reload(Engine *interpreter)
{
QHash<const FakeMetaObject *, QmlObjectValue *> qmlObjects;
_importedTypes.clear();