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:
@@ -496,7 +496,7 @@ signals:
|
||||
|
||||
void requestBlockUpdate(const QTextBlock &);
|
||||
|
||||
void requestLinkAt(const QTextCursor &cursor, Utils::ProcessLinkCallback &callback,
|
||||
void requestLinkAt(const QTextCursor &cursor, Utils::LinkHandler &callback,
|
||||
bool resolveTarget, bool inNextSplit);
|
||||
void requestUsages(const QTextCursor &cursor);
|
||||
void requestRename(const QTextCursor &cursor);
|
||||
@@ -582,7 +582,7 @@ protected:
|
||||
(it isn't until the link is used).
|
||||
*/
|
||||
virtual void findLinkAt(const QTextCursor &,
|
||||
Utils::ProcessLinkCallback &&processLinkCallback,
|
||||
Utils::LinkHandler &&processLinkCallback,
|
||||
bool resolveTarget = true,
|
||||
bool inNextSplit = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user