forked from qt-creator/qt-creator
LanguageClient: Remove spurious declaration
Change-Id: I400d446172680e7ee5ec6764a46faf8e2fee5baa Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Alp Öz <aoz@qt.io>
This commit is contained in:
@@ -234,7 +234,6 @@ private:
|
|||||||
|
|
||||||
void requestDocumentHighlights(TextEditor::TextEditorWidget *widget);
|
void requestDocumentHighlights(TextEditor::TextEditorWidget *widget);
|
||||||
LanguageServerProtocol::SemanticRequestTypes supportedSemanticRequests(TextEditor::TextDocument *document) const;
|
LanguageServerProtocol::SemanticRequestTypes supportedSemanticRequests(TextEditor::TextDocument *document) const;
|
||||||
void requestSemanticTokens(TextEditor::TextEditorWidget *widget);
|
|
||||||
void handleSemanticTokens(const LanguageServerProtocol::SemanticTokens &tokens);
|
void handleSemanticTokens(const LanguageServerProtocol::SemanticTokens &tokens);
|
||||||
void rehighlight();
|
void rehighlight();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user