Revert "Remove the QmlJSEditor dependency from Qt4ProjectManager."

This reverts commit f8c5001382.
This commit is contained in:
dt
2010-09-27 11:16:43 +01:00
parent 699ff22851
commit 299f139553
8 changed files with 9 additions and 29 deletions

View File

@@ -62,7 +62,7 @@ public:
virtual void removeFiles(const QStringList &files);
virtual QList<ProjectInfo> projectInfos() const;
virtual QmlJS::ModelManagerInterface::ProjectInfo projectInfo(ProjectExplorer::Project *project) const;
virtual ProjectInfo projectInfo(ProjectExplorer::Project *project) const;
virtual void updateProjectInfo(const ProjectInfo &pinfo);
void emitDocumentUpdated(QmlJS::Document::Ptr doc);