diff options
author | Christian Kamm <[email protected]> | 2010-06-22 12:54:19 +0200 |
---|---|---|
committer | Christian Kamm <[email protected]> | 2010-06-22 13:25:22 +0200 |
commit | 16b4e4e91ffc04c86cdb6afc67d6a4acc26e734d (patch) | |
tree | 264de9a4eade464af5d9eba14a393cc4ee34a6a0 /src/plugins/qmlprojectmanager/qmlproject.h | |
parent | eba9157476abfb34c4fe60a1f7911ed8b2a636ec (diff) |
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
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r-- | src/plugins/qmlprojectmanager/qmlproject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h index 8a510a66652..e9de0617115 100644 --- a/src/plugins/qmlprojectmanager/qmlproject.h +++ b/src/plugins/qmlprojectmanager/qmlproject.h @@ -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); |