Remove the QmlJSEditor dependency from Qt4ProjectManager.

The Qt4ProjectManager now uses metacalls to inform the QmlJSModelManager
about the project data.

Done-with: hjk
This commit is contained in:
Christian Kamm
2010-09-23 14:13:03 +02:00
parent f5c044fe48
commit f8c5001382
8 changed files with 29 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ ModelManagerInterface::ModelManagerInterface(QObject *parent)
{
Q_ASSERT(! g_instance);
g_instance = this;
setObjectName(MODELMANAGERINTERFACE_OBJECTNAME);
}
ModelManagerInterface::~ModelManagerInterface()