forked from qt-creator/qt-creator
		
	CppTools: Remove processEvents call from follow symbol
processEvents is a bad way of dealing with asynchronous requests. Use QFutureWatcher for that purpose. Change-Id: I3839cb9db80a6d391f6af1178e96986a325b7b99 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
		@@ -69,7 +69,8 @@ public:
 | 
			
		||||
                              const QString &replacement) = 0;
 | 
			
		||||
    virtual void findUsages(const CppTools::CursorInEditor &data,
 | 
			
		||||
                            UsagesCallback &&showUsagesCallback) const = 0;
 | 
			
		||||
    virtual Link globalFollowSymbol(const CursorInEditor &data,
 | 
			
		||||
    virtual void globalFollowSymbol(const CursorInEditor &data,
 | 
			
		||||
                                    Utils::ProcessLinkCallback &&processLinkCallback,
 | 
			
		||||
                                    const CPlusPlus::Snapshot &snapshot,
 | 
			
		||||
                                    const CPlusPlus::Document::Ptr &documentFromSemanticInfo,
 | 
			
		||||
                                    SymbolFinder *symbolFinder,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user