forked from qt-creator/qt-creator
		
	Utils: Rename ProcessLinkCallback to something less clumsy
Change-Id: Icce4995f4aa886524dc3eedb7cf9ba72adbe8783 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
		@@ -191,7 +191,7 @@ CppEditor::CppCompletionAssistProvider *ClangModelManagerSupport::functionHintAs
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ClangModelManagerSupport::followSymbol(const CppEditor::CursorInEditor &data,
 | 
			
		||||
                  Utils::ProcessLinkCallback &&processLinkCallback, bool resolveTarget,
 | 
			
		||||
                  Utils::LinkHandler &&processLinkCallback, bool resolveTarget,
 | 
			
		||||
                  bool inNextSplit)
 | 
			
		||||
{
 | 
			
		||||
    if (ClangdClient * const client = clientForFile(data.filePath());
 | 
			
		||||
@@ -206,7 +206,7 @@ void ClangModelManagerSupport::followSymbol(const CppEditor::CursorInEditor &dat
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ClangModelManagerSupport::switchDeclDef(const CppEditor::CursorInEditor &data,
 | 
			
		||||
                   Utils::ProcessLinkCallback &&processLinkCallback)
 | 
			
		||||
                   Utils::LinkHandler &&processLinkCallback)
 | 
			
		||||
{
 | 
			
		||||
    if (ClangdClient * const client = clientForFile(data.filePath());
 | 
			
		||||
            client && client->isFullyIndexed()) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user