forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.15'
Change-Id: I0afcf51d354ffd73a8f2956a7f78b1e4f032677b
This commit is contained in:
@@ -59,7 +59,8 @@ void HoverHandler::identifyMatch(TextEditor::TextEditorWidget *editorWidget,
|
||||
{
|
||||
if (m_currentRequest.has_value())
|
||||
abort();
|
||||
if (m_client.isNull() || !m_client->documentOpen(editorWidget->textDocument())) {
|
||||
if (m_client.isNull() || !m_client->documentOpen(editorWidget->textDocument())
|
||||
|| !m_client->reachable()) {
|
||||
report(Priority_None);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user