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:
@@ -75,7 +75,7 @@ static void sendTextDocumentPositionParamsRequest(Client *client,
|
||||
}
|
||||
|
||||
static void handleGotoDefinitionResponse(const GotoDefinitionRequest::Response &response,
|
||||
Utils::ProcessLinkCallback callback,
|
||||
Utils::LinkHandler callback,
|
||||
Utils::optional<Utils::Link> linkUnderCursor)
|
||||
{
|
||||
if (Utils::optional<GotoResult> result = response.result()) {
|
||||
@@ -105,7 +105,7 @@ static TextDocumentPositionParams generateDocPosParams(TextEditor::TextDocument
|
||||
|
||||
void SymbolSupport::findLinkAt(TextEditor::TextDocument *document,
|
||||
const QTextCursor &cursor,
|
||||
Utils::ProcessLinkCallback callback,
|
||||
Utils::LinkHandler callback,
|
||||
const bool resolveTarget)
|
||||
{
|
||||
if (!m_client->reachable())
|
||||
|
||||
Reference in New Issue
Block a user