forked from qt-creator/qt-creator
		
	Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal).
Done with: erikv
This commit is contained in:
		@@ -63,6 +63,7 @@ public:
 | 
			
		||||
protected:
 | 
			
		||||
    QList<LookupItem> switchResults(const QList<LookupItem> &symbols);
 | 
			
		||||
 | 
			
		||||
    void thisObject();
 | 
			
		||||
    void addResult(const FullySpecifiedType &ty, Symbol *symbol = 0);
 | 
			
		||||
    void addResult(const LookupItem &result);
 | 
			
		||||
    void addResults(const QList<LookupItem> &results);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user