forked from qt-creator/qt-creator
LanguageClient: add hover handler
Change-Id: Iddf30828ef26a157ab935d0abe708087ab123dd6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -474,6 +474,9 @@ public:
|
||||
|
||||
Core::HighlightScrollBarController *highlightScrollBarController() const;
|
||||
|
||||
void addHoverHandler(BaseHoverHandler *handler);
|
||||
void removeHoverHandler(BaseHoverHandler *handler);
|
||||
|
||||
signals:
|
||||
void assistFinished(); // Used in tests.
|
||||
void readOnlyChanged();
|
||||
@@ -534,8 +537,6 @@ protected:
|
||||
virtual void finalizeInitializationAfterDuplication(TextEditorWidget *) {}
|
||||
static QTextCursor flippedCursor(const QTextCursor &cursor);
|
||||
|
||||
void addHoverHandler(BaseHoverHandler *handler);
|
||||
|
||||
public:
|
||||
QString selectedText() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user