forked from qt-creator/qt-creator
CppEditor: Add actions for following a symbol to its type
Change-Id: I0b3913993b09b006e2d0431a68e98e21e8865898 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -40,6 +40,9 @@ public:
|
||||
virtual void followSymbol(const CursorInEditor &data,
|
||||
const Utils::LinkHandler &processLinkCallback,
|
||||
bool resolveTarget, bool inNextSplit) = 0;
|
||||
virtual void followSymbolToType(const CursorInEditor &data,
|
||||
const Utils::LinkHandler &processLinkCallback,
|
||||
bool inNextSplit) = 0;
|
||||
virtual void switchDeclDef(const CursorInEditor &data,
|
||||
const Utils::LinkHandler &processLinkCallback) = 0;
|
||||
virtual void startLocalRenaming(const CursorInEditor &data,
|
||||
|
||||
Reference in New Issue
Block a user