QmlJS: Fix import path handling in the model manager.

Previously, the model manager always had exactly one import path - but
you can open more than one Qml project at once. Now, we store the union
of all import paths in the model manager.

Reviewed-by: Roberto Raggi
This commit is contained in:
Christian Kamm
2010-06-22 12:54:19 +02:00
parent eba9157476
commit 16b4e4e91f
5 changed files with 98 additions and 29 deletions

View File

@@ -104,7 +104,6 @@ public:
private slots:
void refreshProjectFile();
void refreshFiles(const QSet<QString> &added, const QSet<QString> &removed);
void refreshImportPaths();
protected:
bool fromMap(const QVariantMap &map);