forked from qt-creator/qt-creator
		
	Improve Qml code model import handling.
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
This commit is contained in:
		| @@ -51,7 +51,6 @@ public: | ||||
|     virtual ~Bind(); | ||||
|  | ||||
|     QStringList includedScripts() const; | ||||
|     QStringList localImports() const; | ||||
|  | ||||
|     Interpreter::ObjectValue *currentObjectValue() const; | ||||
|     Interpreter::ObjectValue *idEnvironment() const; | ||||
| @@ -101,7 +100,6 @@ private: | ||||
|  | ||||
|     QHash<AST::Node *, Interpreter::ObjectValue *> _qmlObjects; | ||||
|     QStringList _includedScripts; | ||||
|     QStringList _localImports; | ||||
| }; | ||||
|  | ||||
| } // end of namespace Qml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user