forked from qt-creator/qt-creator
Clang: use HighlightingMarks for hover with Ctrl highlighting
Make this highlighting work without builtin code model but based on the HighlightingMarks that we already have from ClangCodeModel. Redundant parameters are removed by this change. Change-Id: I73b5dab46ba59d2f813236831818f0a9bc94c5bc Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
bool isParserRunning() const override;
|
||||
|
||||
QFuture<CursorInfo> cursorInfo(const CursorInfoParams ¶ms) override;
|
||||
QFuture<SymbolInfo> requestFollowSymbol(int, int, bool) override
|
||||
QFuture<SymbolInfo> requestFollowSymbol(int, int) override
|
||||
{ return QFuture<SymbolInfo>(); }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user