forked from qt-creator/qt-creator
		
	Added method arguments to the lookup context of an ObjC method.
This commit is contained in:
		@@ -114,6 +114,10 @@ public:
 | 
			
		||||
                        const QList<Scope *> &visibleScopes,
 | 
			
		||||
                        QList<Scope *> *expandedScopes) const;
 | 
			
		||||
 | 
			
		||||
    void expandObjCMethod(ObjCMethod *method,
 | 
			
		||||
                          const QList<Scope *> &visibleScopes,
 | 
			
		||||
                          QList<Scope *> *expandedScopes) const;
 | 
			
		||||
 | 
			
		||||
    void expandEnumOrAnonymousSymbol(ScopedSymbol *scopedSymbol,
 | 
			
		||||
                                     QList<Scope *> *expandedScopes) const;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user