forked from qt-creator/qt-creator
		
	Ensure we keep the context around for as long as it is needed.
This commit is contained in:
		@@ -60,6 +60,7 @@ class CPLUSPLUS_EXPORT FindUsages: protected ASTVisitor
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    FindUsages(Document::Ptr doc, const Snapshot &snapshot);
 | 
			
		||||
    FindUsages(const LookupContext &context);
 | 
			
		||||
 | 
			
		||||
    void operator()(Symbol *symbol);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user