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
Showing
- src/libs/qmljs/qmljsmodelmanagerinterface.h 35 additions, 1 deletionsrc/libs/qmljs/qmljsmodelmanagerinterface.h
- src/plugins/qmljseditor/qmljsmodelmanager.cpp 48 additions, 18 deletionssrc/plugins/qmljseditor/qmljsmodelmanager.cpp
- src/plugins/qmljseditor/qmljsmodelmanager.h 10 additions, 2 deletionssrc/plugins/qmljseditor/qmljsmodelmanager.h
- src/plugins/qmlprojectmanager/qmlproject.cpp 5 additions, 7 deletionssrc/plugins/qmlprojectmanager/qmlproject.cpp
- src/plugins/qmlprojectmanager/qmlproject.h 0 additions, 1 deletionsrc/plugins/qmlprojectmanager/qmlproject.h
Loading
Please register or sign in to comment