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:
		@@ -41,7 +41,7 @@ namespace QmlJS {
 | 
			
		||||
class QMLJS_EXPORT Check: protected AST::Visitor
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    Check(Document::Ptr doc, const Snapshot &snapshot);
 | 
			
		||||
    Check(Document::Ptr doc, const Snapshot &snapshot, const QStringList &importPaths);
 | 
			
		||||
    virtual ~Check();
 | 
			
		||||
 | 
			
		||||
    QList<DiagnosticMessage> operator()();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user