forked from qt-creator/qt-creator
		
	Moved the lookup of qualified name ids in LookupContext::resolveQualifiedNameId()
This commit is contained in:
		@@ -115,6 +115,10 @@ public:
 | 
			
		||||
                        QList<Scope *> *expandedScopes) const;
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    QList<Symbol *> resolveQualifiedNameId(QualifiedNameId *q,
 | 
			
		||||
                                           const QList<Scope *> &visibleScopes,
 | 
			
		||||
                                           ResolveMode mode) const;
 | 
			
		||||
 | 
			
		||||
    Identifier *identifier(const Name *name) const;
 | 
			
		||||
 | 
			
		||||
    QList<Scope *> buildVisibleScopes();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user