aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.h
diff options
context:
space:
mode:
authorChristian Kamm <[email protected]>2010-06-22 12:54:19 +0200
committerChristian Kamm <[email protected]>2010-06-22 13:25:22 +0200
commit16b4e4e91ffc04c86cdb6afc67d6a4acc26e734d (patch)
tree264de9a4eade464af5d9eba14a393cc4ee34a6a0 /src/plugins/qmlprojectmanager/qmlproject.h
parenteba9157476abfb34c4fe60a1f7911ed8b2a636ec (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.h1
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);